aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Cleberg <[email protected]>2026-03-13 19:46:28 -0500
committerChristian Cleberg <[email protected]>2026-03-13 19:46:28 -0500
commit11504b302c785a86c0ca5dcff01b619bb71a195f (patch)
treec51fc00fab9a78f0f284ee2a09e2ab796ad774be
parent0b320187e61abad697a217f5cae0850634a4d9ac (diff)
downloadcleberg.net-11504b302c785a86c0ca5dcff01b619bb71a195f.tar.gz
cleberg.net-11504b302c785a86c0ca5dcff01b619bb71a195f.tar.bz2
cleberg.net-11504b302c785a86c0ca5dcff01b619bb71a195f.zip
dark mode tweaks
-rw-r--r--theme/static/styles.css5
1 files changed, 3 insertions, 2 deletions
diff --git a/theme/static/styles.css b/theme/static/styles.css
index b15a418..409f08f 100644
--- a/theme/static/styles.css
+++ b/theme/static/styles.css
@@ -14,6 +14,7 @@ blockquote p { margin: 0; }
code { color: darkred; }
@media (prefers-color-scheme: dark) {
body { background-color: #181a1b; color: #e8e6e3; }
- a, a:visited { color: #66adff; }
- code { #ff6b6b; }
+ a, a:visited { color: lightblue; }
+ code { color: red; }
+ pre, blockquote { background-color: black; }
}