diff options
| author | Christian Cleberg <[email protected]> | 2026-03-13 19:46:28 -0500 |
|---|---|---|
| committer | Christian Cleberg <[email protected]> | 2026-03-13 19:46:28 -0500 |
| commit | 11504b302c785a86c0ca5dcff01b619bb71a195f (patch) | |
| tree | c51fc00fab9a78f0f284ee2a09e2ab796ad774be /theme/static | |
| parent | 0b320187e61abad697a217f5cae0850634a4d9ac (diff) | |
| download | cleberg.net-11504b302c785a86c0ca5dcff01b619bb71a195f.tar.gz cleberg.net-11504b302c785a86c0ca5dcff01b619bb71a195f.tar.bz2 cleberg.net-11504b302c785a86c0ca5dcff01b619bb71a195f.zip | |
dark mode tweaks
Diffstat (limited to 'theme/static')
| -rw-r--r-- | theme/static/styles.css | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/theme/static/styles.css b/theme/static/styles.css index b15a418..409f08f 100644 --- a/theme/static/styles.css +++ b/theme/static/styles.css @@ -14,6 +14,7 @@ blockquote p { margin: 0; } code { color: darkred; } @media (prefers-color-scheme: dark) { body { background-color: #181a1b; color: #e8e6e3; } - a, a:visited { color: #66adff; } - code { #ff6b6b; } + a, a:visited { color: lightblue; } + code { color: red; } + pre, blockquote { background-color: black; } } |
