xi-conversations

Minimal clone of thunderbird conversations
git clone https://git.ce9e.org/xi-conversations.git

commit
75e38774caaef02dbf6b77009c7aab757657f30c
parent
c27958a12043a5455bfc8365ad345ed1f1dc43f5
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2024-10-04 15:21
use theme colors also in dark mode

Diffstat

M content/style.css 8 +-------

1 files changed, 1 insertions, 7 deletions


diff --git a/content/style.css b/content/style.css

@@ -10,13 +10,7 @@
   10    10 
   11    11 @media (prefers-color-scheme: dark) {
   12    12 	:root {
   13    -1 		--bg-tint: #000;
   14    -1 		--bg: #111;
   15    -1 		--fg: #fff;
   16    -1 		--border: #222;
   17    -1 		--odd: #222;
   18    -1 		--highlight-bg: #555;
   19    -1 		--highlight-fg: #fff;
   -1    13 		color-scheme: dark;
   20    14 	}
   21    15 }
   22    16