diff options
author | Christian Cleberg <hello@cmc.pub> | 2025-03-20 22:26:07 -0500 |
---|---|---|
committer | Christian Cleberg <hello@cmc.pub> | 2025-03-20 22:26:07 -0500 |
commit | 4849c20d029066fc81337de5d97af06883fcbd22 (patch) | |
tree | e7caf6e7f5528e1b616415afcc5b1d54f9c8c455 /theme | |
parent | 28f8b61032c390ef1b781bb56f17cdedd6417148 (diff) | |
download | cleberg.net-4849c20d029066fc81337de5d97af06883fcbd22.tar.gz cleberg.net-4849c20d029066fc81337de5d97af06883fcbd22.tar.bz2 cleberg.net-4849c20d029066fc81337de5d97af06883fcbd22.zip |
update dark mode color scheme
Diffstat (limited to 'theme')
-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; } } |