From d4752cac1dfc65d339ebc2ccad7772894c8b8fff Mon Sep 17 00:00:00 2001 From: gesang Date: Tue, 11 Mar 2025 13:10:23 +0100 Subject: [PATCH] change dark theme background to black --- custom/common_libs.custom.html | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/custom/common_libs.custom.html b/custom/common_libs.custom.html index 2de52de4..3d9501e1 100644 --- a/custom/common_libs.custom.html +++ b/custom/common_libs.custom.html @@ -69,6 +69,17 @@ dialog>article { float: none; content: " "; } +.site-list a { + vertical-align: text-top!important; +} +@media only screen and (prefers-color-scheme:dark) { + :root:not([data-theme="dark"]) { + --pico-background-color: black!important; + } +} +[data-theme=dark] { + --pico-background-color: black!important; +}