From 30ea01c99d0e1decdd0ddd1ce1ec90aa2c5497de Mon Sep 17 00:00:00 2001 From: Niklas Fiekas Date: Mon, 1 Jan 2024 13:19:44 +0100 Subject: [PATCH] use standard text decoration, but avoid icon links --- static/css/style.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/static/css/style.css b/static/css/style.css index f9959bf..f3c47c4 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -136,7 +136,6 @@ h3 { a { color: var(--link-color); - text-decoration: none; } a:hover, a:visited { @@ -342,6 +341,9 @@ footer > .inner { line-height: 1em; width: 1em; } +a:has(.icon) { + text-decoration: none; +} .icon-rotate:before { content: '\e800';