From 897b7f34e56f34e37a0c04eb6f498d1d0bd328d4 Mon Sep 17 00:00:00 2001 From: Jan-Erik Rediger Date: Thu, 28 Dec 2023 18:40:47 +0200 Subject: [PATCH] always underline links in articles --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index 4837f75..c700a1d 100644 --- a/style.css +++ b/style.css @@ -134,7 +134,7 @@ article .metadata a { color: black; } -article a:hover { +article a { text-decoration: underline; }