From 955f844e16881ce7b3b4a5f75fa3a729d6000181 Mon Sep 17 00:00:00 2001 From: schrumpel Date: Thu, 27 Apr 2023 20:07:19 +0200 Subject: [PATCH] essential css tweak for paper theme --- public/s/css/f0ck.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/s/css/f0ck.css b/public/s/css/f0ck.css index a7e4834..fbebdd6 100644 --- a/public/s/css/f0ck.css +++ b/public/s/css/f0ck.css @@ -402,7 +402,7 @@ html[theme="paper"] .v0ck_player_button svg:hover { html[theme="paper"] .badge-dark, #themeselector { - border: 1px solid var(--white); + box-shadow: 1px 1px 0px 0px var(--black); } html[theme="paper"] span#favs { -- 2.45.2