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:
parent
841ea5e8fe
commit
b4627d29ce
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@
|
|||
|
||||
/* Fade icons slightly */
|
||||
img.question-icon:not(.toggle) {
|
||||
opacity: 75%;
|
||||
opacity: 0.75;
|
||||
}
|
||||
|
||||
/* Override excessive question width on focus */
|
||||
|
|
Loading…
Reference in a new issue