aboutsummaryrefslogtreecommitdiff
path: root/theme/static/styles.css
diff options
context:
space:
mode:
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 59ea095..6f57efc 100644
--- a/theme/static/styles.css
+++ b/theme/static/styles.css
@@ -16,7 +16,7 @@ blockquote p { margin: 0; }
code { color: #942192; }
@media (prefers-color-scheme: dark) {
body { background-color: #181a1b; color: #cccccc; }
- a, a:visited { color: #00db00; }
+ a, a:visited { color: #68A9F8; }
code { color: #ff68e1; }
- pre, blockquote { background-color: black; }
+ pre, blockquote { background-color: black; }
}