neddit

the frontend of the frontpage of the internet  https://neddit.ce9e.org
git clone https://git.ce9e.org/neddit.git

commit
5b6e1db6e5b4b5f0e429078e6417a0edc8d29bb1
parent
13e7c85432cc586877aaa53ba14812d3623dd253
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2023-07-29 20:01
use color-scheme: dark

Diffstat

M static/style.css 1 +

1 files changed, 1 insertions, 0 deletions


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

@@ -243,6 +243,7 @@ input:focus {
  243   243 		--border-color: #222;
  244   244 		--button-color: #222;
  245   245 		--button-hover-color: #333;
   -1   246 		color-scheme: dark;
  246   247 
  247   248 		background: #000;
  248   249 		color: #fff;