mirror of
https://github.com/adityatelange/hugo-PaperMod.git
synced 2023-12-21 10:22:58 +01:00
toc: highlight underline on hover
This commit is contained in:
parent
1775dfccfd
commit
b22520630d
@ -253,6 +253,10 @@
|
||||
padding: 10px 20px;
|
||||
}
|
||||
|
||||
.toc a:hover {
|
||||
box-shadow: 0 1px 0 var(--primary);
|
||||
}
|
||||
|
||||
.toc li ul {
|
||||
margin-inline-start: var(--gap);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user