making background less oboxious and prominent by lowering the opacity

This commit is contained in:
2026-05-13 23:30:53 +02:00
parent f3fb175964
commit ebd2a1b385

View File

@@ -6162,7 +6162,8 @@ button#togglebg {
} }
.fader-in { .fader-in {
opacity: 0.4 !important; /*opacity: 0.4 !important;*/ /* default */
opacity: 0.1 !important; /* darker */
} }
.fader-out { .fader-out {