aboutsummaryrefslogtreecommitdiff
path: root/theme/static/styles.css
diff options
context:
space:
mode:
authorChristian Cleberg <[email protected]>2026-03-13 18:22:56 -0500
committerChristian Cleberg <[email protected]>2026-03-13 18:22:56 -0500
commit0b320187e61abad697a217f5cae0850634a4d9ac (patch)
treee6e79814bc33b406dcb6ca10c2710631d357bc7a /theme/static/styles.css
parent76b3a3db90559ef252903b2c4fc6436e9cf932d6 (diff)
downloadcleberg.net-0b320187e61abad697a217f5cae0850634a4d9ac.tar.gz
cleberg.net-0b320187e61abad697a217f5cae0850634a4d9ac.tar.bz2
cleberg.net-0b320187e61abad697a217f5cae0850634a4d9ac.zip
add dark mode
Diffstat (limited to 'theme/static/styles.css')
-rw-r--r--theme/static/styles.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/theme/static/styles.css b/theme/static/styles.css
index 348b9d7..b15a418 100644
--- a/theme/static/styles.css
+++ b/theme/static/styles.css
@@ -15,4 +15,5 @@ code { color: darkred; }
@media (prefers-color-scheme: dark) {
body { background-color: #181a1b; color: #e8e6e3; }
a, a:visited { color: #66adff; }
+ code { #ff6b6b; }
}