diff options
| author | Christian Cleberg <[email protected]> | 2026-03-13 18:22:56 -0500 |
|---|---|---|
| committer | Christian Cleberg <[email protected]> | 2026-03-13 18:22:56 -0500 |
| commit | 0b320187e61abad697a217f5cae0850634a4d9ac (patch) | |
| tree | e6e79814bc33b406dcb6ca10c2710631d357bc7a /theme/static | |
| parent | 76b3a3db90559ef252903b2c4fc6436e9cf932d6 (diff) | |
| download | cleberg.net-0b320187e61abad697a217f5cae0850634a4d9ac.tar.gz cleberg.net-0b320187e61abad697a217f5cae0850634a4d9ac.tar.bz2 cleberg.net-0b320187e61abad697a217f5cae0850634a4d9ac.zip | |
add dark mode
Diffstat (limited to 'theme/static')
| -rw-r--r-- | theme/static/styles.css | 1 |
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; } } |
