Update table of contents spacing

This commit is contained in:
Gabriel Arazas 2023-02-21 12:07:01 +08:00
parent be498587bb
commit 9911f53ab0
No known key found for this signature in database
GPG Key ID: ADE0C41DAB221FCC

View File

@ -12,6 +12,11 @@ $tooltip-size: 5em
color: var(--base05);
}
// Hugo-specific blocks.
#TableOfContents {
> ul { margin-bottom: unset; }
}
// Base styles.
hr {
border-color: var(--content-color);