diff options
| -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 72a7b1c..a3046b6 100644 --- a/static/style.css +++ b/static/style.css @@ -12,7 +12,7 @@ @media (prefers-color-scheme: dark) { :root { --fg: #fff; - --bg: #262222; + --bg: #221e1f; --subtitle: #888; --pre-fg: #eaeaea; --pre-bg: #262327; |