From 43d57bea030b1aa989c9cd71f606b96aae961bb9 Mon Sep 17 00:00:00 2001 From: Christian Cleberg Date: Wed, 21 May 2025 20:57:06 -0500 Subject: feat: update color scheme and link hover effect --- theme/static/styles.css | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'theme/static') diff --git a/theme/static/styles.css b/theme/static/styles.css index dbbeb70..9a36554 100644 --- a/theme/static/styles.css +++ b/theme/static/styles.css @@ -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; } } -- cgit v1.2.3-70-g09d2