From d42aaa19e418ee89f25e9e33f8ab7d304fff0386 Mon Sep 17 00:00:00 2001 From: Yonle Date: Sat, 24 Feb 2024 00:48:21 +0700 Subject: default css: also darken and Signed-off-by: Yonle --- doc/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/style.css') diff --git a/doc/style.css b/doc/style.css index b1f2163..a133db6 100644 --- a/doc/style.css +++ b/doc/style.css @@ -26,7 +26,7 @@ pre { overflow-x: scroll; } .snac-footer { margin-top: 2em; font-size: 75% } .snac-poll-result { margin-left: auto; margin-right: auto; } @media (prefers-color-scheme: dark) { - body { background-color: #000; color: #fff; } + body, input, textarea { background-color: #000; color: #fff; } a { color: #7799dd } a:visited { color: #aa99dd } } -- cgit v1.2.3