aboutsummaryrefslogtreecommitdiff
path: root/theme/static/styles.css
diff options
context:
space:
mode:
authorChristian Cleberg <[email protected]>2025-03-20 22:26:07 -0500
committerChristian Cleberg <[email protected]>2025-03-20 22:26:07 -0500
commit84ac963a7211fd4789f97757559582b6e2dd3a7d (patch)
treee7caf6e7f5528e1b616415afcc5b1d54f9c8c455 /theme/static/styles.css
parent76b13a60384cfe88c0837e1b9f0347f0f250753f (diff)
downloadcleberg.net-84ac963a7211fd4789f97757559582b6e2dd3a7d.tar.gz
cleberg.net-84ac963a7211fd4789f97757559582b6e2dd3a7d.tar.bz2
cleberg.net-84ac963a7211fd4789f97757559582b6e2dd3a7d.zip
update dark mode color scheme
Diffstat (limited to 'theme/static/styles.css')
-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;
}
}