diff options
| author | Christian Cleberg <[email protected]> | 2026-04-23 22:52:06 -0500 |
|---|---|---|
| committer | Christian Cleberg <[email protected]> | 2026-04-23 22:52:06 -0500 |
| commit | 39e1864058326c6d818ee4ed210f9b9a904ec4bb (patch) | |
| tree | 2da3493e67b71b80ff6a55e93dd21e3c1111482f /theme | |
| parent | 7487b1a72352247c18b33f26c51ab5766eab84ae (diff) | |
| download | cleberg.net-39e1864058326c6d818ee4ed210f9b9a904ec4bb.tar.gz cleberg.net-39e1864058326c6d818ee4ed210f9b9a904ec4bb.tar.bz2 cleberg.net-39e1864058326c6d818ee4ed210f9b9a904ec4bb.zip | |
update dark mode link color
Diffstat (limited to 'theme')
| -rw-r--r-- | theme/static/styles.css | 4 |
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; } } |
