This commit is contained in:
ThatOneCalculator 2022-03-21 16:41:02 -07:00
parent 38b58bf08c
commit 67fb649b02
1 changed files with 5 additions and 0 deletions

View File

@ -234,3 +234,8 @@ a {
padding: 7px;
}
}
@media only screen and (hover: none) and (pointer: coarse) {
.button-wrapper {
opacity: 0.6;
}
}