summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorlemon <lsof@mailbox.org>2022-03-03 10:32:47 +0100
committerlemon <lsof@mailbox.org>2022-03-03 10:32:47 +0100
commit4b4038818a70c1009f90b8e310b590ec0d22fe0f (patch)
tree8c85636e7e5c534a9de323b7e00e025042ec77a3 /static
parent96f6da42c0c1d0e3635578c39f516ee681722c3c (diff)
tweak css
Diffstat (limited to 'static')
-rw-r--r--static/style.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/static/style.css b/static/style.css
index 77be7bc..247a339 100644
--- a/static/style.css
+++ b/static/style.css
@@ -12,7 +12,7 @@
@media (prefers-color-scheme: dark) {
:root {
--fg: #fff;
- --bg: #221e1f;
+ --bg: #211e1f;
--subtitle: #888;
--pre-fg: #eaeaea;
--pre-bg: #262327;