From 7d0a6227d3da837559cbad00f82897016ec7210b Mon Sep 17 00:00:00 2001 From: Rob Skillington Date: Mon, 16 Nov 2020 11:15:17 -0500 Subject: [PATCH] Add underline to link highlights --- static/css/theme.css | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/static/css/theme.css b/static/css/theme.css index dc18e5f..b3fd6ce 100644 --- a/static/css/theme.css +++ b/static/css/theme.css @@ -9444,15 +9444,11 @@ a { font-size: 100%; vertical-align: baseline; background: transparent; - text-decoration: none; + text-decoration: underline; color: currentColor; transition: color .2s ease-in-out, opacity .2s ease-in-out, background-size .2s ease-in-out, background .2s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out, width .2s ease-in-out, height .2s ease-in-out } -a:-webkit-any-link { - text-decoration: none -} - a:hover, a:focus { text-decoration: none; color: currentColor;