From c73ac5bcfc72eba8995268c2833d642e6a93759b Mon Sep 17 00:00:00 2001 From: Matthew Hague <matthew.hague@rhul.ac.uk> Date: Thu, 29 Oct 2020 17:49:59 +0000 Subject: [PATCH] Just use normal link styling inc underline --- templates/impress.cs/css/style.css | 4 ---- 1 file changed, 4 deletions(-) diff --git a/templates/impress.cs/css/style.css b/templates/impress.cs/css/style.css index f6ec615..2c00ef0 100644 --- a/templates/impress.cs/css/style.css +++ b/templates/impress.cs/css/style.css @@ -58,10 +58,6 @@ h1,h2,h3,h4 { b, strong { font-weight: bold } i, em { font-style: italic } -a { - text-decoration: none; -} - .step:not(.notransform):not(.inner) { position: relative; width: 900px; -- GitLab