diff options
Diffstat (limited to 'static/style.css')
| -rw-r--r-- | static/style.css | 2 |
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; |