mirror of https://gitlab.com/curben/blog
fix(css): underline site links when hover
This commit is contained in:
parent
62a7c02da2
commit
3617597281
|
@ -369,15 +369,13 @@ span.index-list-count:after {
|
||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
|
|
||||||
.article .main-nav-link:hover {
|
|
||||||
border: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.article .article-entry {
|
.article .article-entry {
|
||||||
word-break: break-word;
|
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);
|
border-bottom: 1px solid var(--link-underline);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -840,15 +840,13 @@ span.index-list-count:after {
|
||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
|
|
||||||
.article .main-nav-link:hover {
|
|
||||||
border: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.article .article-entry {
|
.article .article-entry {
|
||||||
word-break: break-word;
|
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);
|
border-bottom: 1px solid var(--link-underline);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue