mirror of
https://github.com/Wonderfall/hugo-WonderMod.git
synced 2025-08-03 04:26:06 -04:00
fix underlining changes
This commit is contained in:
parent
06ee5f9d38
commit
1bbb071fe7
1 changed files with 2 additions and 1 deletions
|
@ -69,7 +69,7 @@
|
|||
font-size: 12px;
|
||||
}
|
||||
|
||||
.post-content p a,
|
||||
.post-content a,
|
||||
.toc a:hover {
|
||||
border-bottom: 1px solid var(--primary);
|
||||
}
|
||||
|
@ -362,6 +362,7 @@ h3:hover .anchor,
|
|||
h4:hover .anchor,
|
||||
h5:hover .anchor,
|
||||
h6:hover .anchor {
|
||||
border-bottom: none;
|
||||
display: inline-flex;
|
||||
color: var(--secondary);
|
||||
margin-inline-start: 8px;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue