style: 💄 Logo opacity on mobile

This commit is contained in:
ThatOneCalculator 2022-03-21 16:48:10 -07:00
parent 7394cd4ba7
commit a1a83f4665
1 changed files with 1 additions and 4 deletions

View File

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