stagit

static git page generator  https://git.ce9e.org
git clone https://git.ce9e.org/stagit.git

commit
f07948f771350767fbe0df0fafac25b856814363
parent
13795c12bf80efbeb71f0732e483908a83b0c06f
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2023-08-08 05:32
css: more contrast for fg-tint

Diffstat

M data/style.css 4 ++--

1 files changed, 2 insertions, 2 deletions


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

@@ -1,6 +1,6 @@
    1     1 :root {
    2     2 	--bg-tint: #eee;
    3    -1 	--fg-tint: #666;
   -1     3 	--fg-tint: #555;
    4     4 	--bg-ins: #cfd;
    5     5 	--fg-ins: #2b4;
    6     6 	--bg-del: #fde;
@@ -152,7 +152,7 @@ nav {
  152   152 @media (prefers-color-scheme: dark) {
  153   153 	:root {
  154   154 		--bg-tint: #333;
  155    -1 		--fg-tint: #999;
   -1   155 		--fg-tint: #aaa;
  156   156 		--bg-ins: #152;
  157   157 		--fg-ins: #4b5;
  158   158 		--bg-del: #511;