From 5fcad639dc8a52fde9469af9c2f172d9932414af Mon Sep 17 00:00:00 2001 From: schrumpel Date: Wed, 3 May 2023 22:08:26 +0200 Subject: [PATCH] =?UTF-8?q?amoled=20theme=20-=20genugtuung=20f=C3=BCr=20di?= =?UTF-8?q?e=20augen?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/s/css/f0ck.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/s/css/f0ck.css b/public/s/css/f0ck.css index 589912a..86e6743 100644 --- a/public/s/css/f0ck.css +++ b/public/s/css/f0ck.css @@ -245,6 +245,10 @@ html[theme="amoled"] table.table a { text-decoration: underline; } +html[theme="amoled"] .badge.badge-dark { + box-shadow: 1px 1px 1px var(--gray); +} + html[theme="paper"] { --accent: #000; --bg: #fff;