From f0a6cb9d93f0ccb3a78e15ce430b83d76c1b2ef1 Mon Sep 17 00:00:00 2001
From: Christoph Haag <christoph.haag@collabora.com>
Date: Tue, 19 Oct 2021 22:55:18 +0200
Subject: [PATCH] stylesheet: Show underlines for links when not hovered

---
 stylesheets/stylesheet.css | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/stylesheets/stylesheet.css b/stylesheets/stylesheet.css
index 8bbf176..143a209 100644
--- a/stylesheets/stylesheet.css
+++ b/stylesheets/stylesheet.css
@@ -10,8 +10,7 @@ body {
   color: #606c71; }
 
 a {
-  color: #333399;
-  text-decoration: none; }
+  color: #333399; }
   a:hover {
     text-decoration: underline; }
 
-- 
GitLab