From 89e56363a8af51eb9051c44bfb4b0ff6b33db168 Mon Sep 17 00:00:00 2001 From: Booklordofthedings Date: Sat, 21 Dec 2024 23:34:41 +0100 Subject: [PATCH] Fix decoration --- style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/style.css b/style.css index 0b7b2c5..fc002a4 100644 --- a/style.css +++ b/style.css @@ -75,6 +75,7 @@ .lyb-link { color: var(--lyb-color-text-link); font-weight: bold; + text-decoration: none; } .lyb-link:hover {