diff options
| author | Christian Cleberg <[email protected]> | 2025-11-14 19:23:18 -0600 |
|---|---|---|
| committer | Christian Cleberg <[email protected]> | 2025-11-14 19:23:18 -0600 |
| commit | 6f89aedf1c3cbb4c8fb1bca2c763d15d3ab67a7d (patch) | |
| tree | 6e04082aca5d4f5643a7cc452200de2e9c46568f /theme/static | |
| parent | 86f2c66999b5dfd11ff24181db4b553d50fc5ebf (diff) | |
| download | cleberg.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')
| -rw-r--r-- | theme/static/styles.css | 2 |
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 { |
