style: Rather than hiding visited underlines darken them

This commit is contained in:
Andy Williams 2017-11-20 10:11:24 +00:00
parent d108a64283
commit e4eff2897f
1 changed files with 5 additions and 15 deletions

View File

@ -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;
}