From 0e26df03e5ab2387999492c2cc7c8cf379c0536d Mon Sep 17 00:00:00 2001 From: Hiltjo Posthuma Date: Tue, 15 Mar 2022 16:39:12 +0100 Subject: style.css: add dark mode support for example file This stylesheet is for sfeed_frames and sfeed_html. --- style.css | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'style.css') diff --git a/style.css b/style.css index 7ce6d39..e2b674e 100644 --- a/style.css +++ b/style.css @@ -57,3 +57,12 @@ body.frame { body.frame #sidebar br { display: none; } +@media (prefers-color-scheme: dark) { + body { + background-color: #000; + color: #bdbdbd; + } + a { + color: #56c8ff; + } +} -- cgit v1.2.3