diff options
| author | Christian Cleberg <[email protected]> | 2025-03-20 22:26:07 -0500 |
|---|---|---|
| committer | Christian Cleberg <[email protected]> | 2025-03-20 22:26:07 -0500 |
| commit | 84ac963a7211fd4789f97757559582b6e2dd3a7d (patch) | |
| tree | e7caf6e7f5528e1b616415afcc5b1d54f9c8c455 | |
| parent | 76b13a60384cfe88c0837e1b9f0347f0f250753f (diff) | |
| download | cleberg.net-84ac963a7211fd4789f97757559582b6e2dd3a7d.tar.gz cleberg.net-84ac963a7211fd4789f97757559582b6e2dd3a7d.tar.bz2 cleberg.net-84ac963a7211fd4789f97757559582b6e2dd3a7d.zip | |
update dark mode color scheme
| -rw-r--r-- | theme/static/styles.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/theme/static/styles.css b/theme/static/styles.css index f74ee51..1966a42 100644 --- a/theme/static/styles.css +++ b/theme/static/styles.css @@ -578,8 +578,8 @@ span.tag::before { --bg: #141617; --bg-bright: #191c1d; --fg: #b2aea9; - --link: #fc6c1c; - --code: #ffb454; + --link: aqua; + --code: yellow; --border: #333; } } |
