diff --git a/themes/chameleon/source/css/_source.css b/themes/chameleon/source/css/_source.css index 52ce3a2..56aac02 100644 --- a/themes/chameleon/source/css/_source.css +++ b/themes/chameleon/source/css/_source.css @@ -369,15 +369,13 @@ span.index-list-count:after { position: relative; } -.article .main-nav-link:hover { - border: 0; -} - .article .article-entry { word-break: break-word; } -.article .article-entry a { +.article .article-entry a, +.article a.main-nav-link:hover, +.copyright a:hover { border-bottom: 1px solid var(--link-underline); } diff --git a/themes/chameleon/source/css/chameleon.css b/themes/chameleon/source/css/chameleon.css index 5e3cf16..eb5a69c 100644 --- a/themes/chameleon/source/css/chameleon.css +++ b/themes/chameleon/source/css/chameleon.css @@ -840,15 +840,13 @@ span.index-list-count:after { position: relative; } -.article .main-nav-link:hover { - border: 0; -} - .article .article-entry { word-break: break-word; } -.article .article-entry a { +.article .article-entry a, +.article a.main-nav-link:hover, +.copyright a:hover { border-bottom: 1px solid var(--link-underline); }