mirror of
https://github.com/adityatelange/hugo-PaperMod.git
synced 2025-05-13 06:34:24 -04:00
toc : set border radius to theme var radius
This commit is contained in:
parent
63c86e12cd
commit
700c8e07da
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@
|
||||||
.toc {
|
.toc {
|
||||||
margin-bottom: 40px;
|
margin-bottom: 40px;
|
||||||
border: 1px solid var(--border);
|
border: 1px solid var(--border);
|
||||||
border-radius: 4px;
|
border-radius: var(--radius);
|
||||||
padding: .5em;
|
padding: .5em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue