style: 💄 Make logo on mobile have greater opacity

This commit is contained in:
ThatOneCalculator 2022-03-21 16:45:06 -07:00
parent edd1e98a86
commit a51a23d772
1 changed files with 3 additions and 0 deletions

View File

@ -239,4 +239,7 @@ a {
.button-wrapper {
opacity: 0.6;
}
.logo {
opacity: 0.9;
}
}