mirror of
https://github.com/adityatelange/hugo-PaperMod.git
synced 2025-05-16 08:04:25 -04:00
toc: highlight underline on hover
This commit is contained in:
parent
1775dfccfd
commit
b22520630d
1 changed files with 4 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue