mirror of
https://github.com/adityatelange/hugo-PaperMod.git
synced 2025-05-27 13:14:19 -04:00
toc: look cool
- improve toc styling - make collapsable
This commit is contained in:
parent
984d1a576c
commit
16b98dc8f9
2 changed files with 18 additions and 6 deletions
|
@ -47,7 +47,13 @@
|
|||
}
|
||||
|
||||
.toc {
|
||||
border-bottom: 1px solid var(--border);
|
||||
font-size: 20px;
|
||||
margin-bottom: 40px;
|
||||
border: 1px solid var(--border);
|
||||
border-radius: 4px;
|
||||
padding: .5em;
|
||||
}
|
||||
|
||||
.toc .details {
|
||||
display: inline;
|
||||
font-weight: 500;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue