diff --git a/public_html/lib/tpl/e/css/modifications.css b/public_html/lib/tpl/e/css/modifications.css index 984aa528..2776b4ec 100644 --- a/public_html/lib/tpl/e/css/modifications.css +++ b/public_html/lib/tpl/e/css/modifications.css @@ -77,11 +77,6 @@ h1, h2, h3, h4, h5, h6, text-overflow: ellipsis; } -#dokuwiki__aside .nav li a:visited { - border-bottom: none; - border-bottom-color: #202020; -} - #dokuwiki__aside .nav li a:hover, #dokuwiki__aside .nav li a:focus { border-bottom: none; @@ -144,11 +139,6 @@ h1, h2, h3, h4, h5, h6, } } -#dokuwiki__aside a:visited { - border-bottom: none; - border-bottom-color: #282828; -} - @media screen and (max-width: 768px) { table.columns-plugin { border: none; @@ -277,17 +267,17 @@ a { text-decoration: none; } +a:visited { + border-bottom: none; + border-bottom-color: #00468c; +} + a:hover, a:focus { color: #ffffff; border-bottom-color: #ffffff; text-decoration: none; } -a:visited { - border-bottom: none; - border-bottom-color: #303030; -} - a.media, a.navbar-brand { border-bottom: none; }