aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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; }
}