From 725d324dc710ba76490a3e36f1ab8da99ee428cb Mon Sep 17 00:00:00 2001 From: Christian Cleberg Date: Wed, 6 Mar 2024 19:10:29 -0600 Subject: remove hyperlink underline unless hovered --- static/styles.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'static/styles.css') diff --git a/static/styles.css b/static/styles.css index dbf8d6f..d495220 100644 --- a/static/styles.css +++ b/static/styles.css @@ -423,7 +423,7 @@ h4 { a, a:visited { color: var(--link); - text-decoration: underline; + text-decoration: none; } a:hover { @@ -556,7 +556,7 @@ summary { --bg: #141617; --bg-bright: #191c1d; --fg: #b2aea9; -/* --link: #2b8ad9; */ + /* --link: #2b8ad9; */ --link: #ff79c6; --code: #ffb454; --border: #333; -- cgit v1.2.3