From ebd2a1b38576b30ad4ca21f7393d70fb040536c4 Mon Sep 17 00:00:00 2001 From: Kibi Kelburton Date: Wed, 13 May 2026 23:30:53 +0200 Subject: [PATCH] making background less oboxious and prominent by lowering the opacity --- public/s/css/f0ckm.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/public/s/css/f0ckm.css b/public/s/css/f0ckm.css index e776a47..ab83b47 100644 --- a/public/s/css/f0ckm.css +++ b/public/s/css/f0ckm.css @@ -6162,7 +6162,8 @@ button#togglebg { } .fader-in { - opacity: 0.4 !important; + /*opacity: 0.4 !important;*/ /* default */ + opacity: 0.1 !important; /* darker */ } .fader-out {