diff options
| author | 2022-03-03 10:32:47 +0100 | |
|---|---|---|
| committer | 2022-03-03 10:32:47 +0100 | |
| commit | 4b4038818a70c1009f90b8e310b590ec0d22fe0f (patch) | |
| tree | 8c85636e7e5c534a9de323b7e00e025042ec77a3 /static | |
| parent | 96f6da42c0c1d0e3635578c39f516ee681722c3c (diff) | |
tweak css
Diffstat (limited to 'static')
| -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; |