cmc/cleberg.net
My personal web garden & blog.
clone: git clone https://gitbay.org/cmc/cleberg.net.git
c2224fe778cabcb38d4ff767749e175c0ffd8995
unsigned
author: Christian Cleberg <hello@cleberg.net> · 2025-05-22T01:57:06Z
theme/static/styles.css | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) @@ -371,7 +371,9 @@ a:visited { } a:hover { - text-decoration: underline; + background: var(--link); + color: var(--bg); + text-decoration: none; } img { @@ -528,8 +530,8 @@ span.tag::before { --bg: #141617; --bg-bright: #191c1d; --fg: #b2aea9; - --link: aqua; - --code: yellow; + --link: yellow; + --code: red; --border: #333; } }