aboutsummaryrefslogtreecommitdiff
path: root/theme
diff options
context:
space:
mode:
authorChristian Cleberg <hello@cmc.pub>2025-03-20 22:26:07 -0500
committerChristian Cleberg <hello@cmc.pub>2025-03-20 22:26:07 -0500
commit4849c20d029066fc81337de5d97af06883fcbd22 (patch)
treee7caf6e7f5528e1b616415afcc5b1d54f9c8c455 /theme
parent28f8b61032c390ef1b781bb56f17cdedd6417148 (diff)
downloadcleberg.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.css4
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;
}
}