From fa88d295e6a8e76f68170931e58b151ac00da3f8 Mon Sep 17 00:00:00 2001
From: Matthew Hague <matthew.hague@rhul.ac.uk>
Date: Thu, 29 Oct 2020 17:48:10 +0000
Subject: [PATCH] Get rid of weird link effect

Just use normal link colors (but no underline) instead.
---
 templates/impress.cs/css/style.css | 17 -----------------
 1 file changed, 17 deletions(-)

diff --git a/templates/impress.cs/css/style.css b/templates/impress.cs/css/style.css
index df128d6..f6ec615 100644
--- a/templates/impress.cs/css/style.css
+++ b/templates/impress.cs/css/style.css
@@ -59,24 +59,7 @@ b, strong { font-weight: bold }
 i, em { font-style: italic }
 
 a {
-    color: inherit;
     text-decoration: none;
-    padding: 0 0.1em;
-    background: rgba(255,255,255,0.5);
-    text-shadow: -1px -1px 2px rgba(100,100,100,0.9);
-    border-radius: 0.2em;
-
-    -webkit-transition: 0.5s;
-    -moz-transition:    0.5s;
-    -ms-transition:     0.5s;
-    -o-transition:      0.5s;
-    transition:         0.5s;
-}
-
-a:hover,
-a:focus {
-    background: rgba(255,255,255,1);
-    text-shadow: -1px -1px 2px rgba(100,100,100,0.5);
 }
 
 .step:not(.notransform):not(.inner) {
-- 
GitLab