diff options
| author | Christian Cleberg <[email protected]> | 2024-05-08 22:16:44 -0500 |
|---|---|---|
| committer | Christian Cleberg <[email protected]> | 2024-05-08 22:16:44 -0500 |
| commit | 9ae2267d85bf161bcfb0d1d2f159ca69fc333728 (patch) | |
| tree | bb57853eb369eb77e907ee2546d63d6c10de8a92 /static/styles.css | |
| parent | a4f479e96c84e7dedd4e5cbd5922d5d43e766879 (diff) | |
| download | cleberg.net-9ae2267d85bf161bcfb0d1d2f159ca69fc333728.tar.gz cleberg.net-9ae2267d85bf161bcfb0d1d2f159ca69fc333728.tar.bz2 cleberg.net-9ae2267d85bf161bcfb0d1d2f159ca69fc333728.zip | |
update dark mode accent color
Diffstat (limited to 'static/styles.css')
| -rw-r--r-- | static/styles.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static/styles.css b/static/styles.css index 232a935..0b220b2 100644 --- a/static/styles.css +++ b/static/styles.css @@ -555,7 +555,7 @@ summary { --bg: #141617; --bg-bright: #191c1d; --fg: #b2aea9; - --link: #ff79c6; + --link: #fc6c1c; --code: #ffb454; --border: #333; } |
