fix underlining changes

This commit is contained in:
Wonderfall 2022-12-16 12:27:00 +01:00
parent 06ee5f9d38
commit 1bbb071fe7

View File

@ -69,7 +69,7 @@
font-size: 12px; font-size: 12px;
} }
.post-content p a, .post-content a,
.toc a:hover { .toc a:hover {
border-bottom: 1px solid var(--primary); border-bottom: 1px solid var(--primary);
} }
@ -362,6 +362,7 @@ h3:hover .anchor,
h4:hover .anchor, h4:hover .anchor,
h5:hover .anchor, h5:hover .anchor,
h6:hover .anchor { h6:hover .anchor {
border-bottom: none;
display: inline-flex; display: inline-flex;
color: var(--secondary); color: var(--secondary);
margin-inline-start: 8px; margin-inline-start: 8px;