- commit
- 13795c12bf80efbeb71f0732e483908a83b0c06f
- parent
- 768a5fa45f1b18a8337af5aef6abfbad3b5eab7d
- Author
- Tobias Bengfort <tobias.bengfort@posteo.de>
- Date
- 2023-08-08 05:29
tweak dark mode diff colors
Diffstat
M | data/style.css | 6 | +++--- |
1 files changed, 3 insertions, 3 deletions
diff --git a/data/style.css b/data/style.css
@@ -153,11 +153,11 @@ nav { 153 153 :root { 154 154 --bg-tint: #333; 155 155 --fg-tint: #999;156 -1 --bg-ins: #145;-1 156 --bg-ins: #152; 157 157 --fg-ins: #4b5;158 -1 --bg-del: #611;-1 158 --bg-del: #511; 159 159 --fg-del: #d33;160 -1 --bg-highlight: #751;-1 160 --bg-highlight: #653; 161 161 color-scheme: dark; 162 162 } 163 163 }