From d530f71c0f48ff12c9a9c3e8fff7a71b7f40d1c4 Mon Sep 17 00:00:00 2001 From: "Edgar P. Burkhart" Date: Mon, 6 Mar 2023 12:49:59 +0100 Subject: [PATCH] Fix link underline --- src/static/css/main.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/static/css/main.css b/src/static/css/main.css index 2db24d7..68cace6 100644 --- a/src/static/css/main.css +++ b/src/static/css/main.css @@ -121,10 +121,10 @@ li {padding-left: calc(var(--gap) / 2)} display: grid; grid-template-columns: 1fr; grid-template-rows: 1fr auto; + text-decoration: none; } .link-block > a:hover { background: var(--bg-02); - text-decoration: none; } .link-block > a:active{ background: var(--bg-03);