1
0
Fork 0
mirror of https://github.com/jugeeya/UltimateTrainingModpack.git synced 2025-01-31 22:47:25 +00:00

Fix question icon opacity (#233)

Co-authored-by: asimon-1 <asimon1@protonmail.com>
This commit is contained in:
asimon-1 2021-08-17 12:23:00 -04:00 committed by GitHub
parent 841ea5e8fe
commit b4627d29ce
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -61,7 +61,7 @@
/* Fade icons slightly */
img.question-icon:not(.toggle) {
opacity: 75%;
opacity: 0.75;
}
/* Override excessive question width on focus */