style: 💄 Change mobile block opacity

This commit is contained in:
ThatOneCalculator 2022-03-21 16:49:30 -07:00
parent a1a83f4665
commit ac440256c4
1 changed files with 2 additions and 2 deletions

View File

@ -236,7 +236,7 @@ a {
}
}
@media only screen and (hover: none) and (pointer: coarse) {
.button-wrapper:not(.logo) {
opacity: 0.6;
.button-wrapper {
opacity: 0.8;
}
}