aboutsummaryrefslogtreecommitdiff
path: root/theme/static/styles.css
diff options
context:
space:
mode:
authorChristian Cleberg <[email protected]>2025-11-14 19:23:18 -0600
committerChristian Cleberg <[email protected]>2025-11-14 19:23:18 -0600
commit6f89aedf1c3cbb4c8fb1bca2c763d15d3ab67a7d (patch)
tree6e04082aca5d4f5643a7cc452200de2e9c46568f /theme/static/styles.css
parent86f2c66999b5dfd11ff24181db4b553d50fc5ebf (diff)
downloadcleberg.net-6f89aedf1c3cbb4c8fb1bca2c763d15d3ab67a7d.tar.gz
cleberg.net-6f89aedf1c3cbb4c8fb1bca2c763d15d3ab67a7d.tar.bz2
cleberg.net-6f89aedf1c3cbb4c8fb1bca2c763d15d3ab67a7d.zip
fix code font color to AAA status
Diffstat (limited to 'theme/static/styles.css')
-rw-r--r--theme/static/styles.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/theme/static/styles.css b/theme/static/styles.css
index 223d279..757ad7e 100644
--- a/theme/static/styles.css
+++ b/theme/static/styles.css
@@ -4,7 +4,7 @@
--fg: #1b2229;
--fg-light: #383a42;
--link: #014980;
- --code: #e45649;
+ --code: #8c2117;
}
body {