Make heading anchors lighter

This commit is contained in:
Jake Howard 2022-09-25 21:01:16 +01:00
parent 79c9550ee2
commit 6c2de2f817
Signed by: jake
GPG Key ID: 57AFB45680EDD477

View File

@ -10,6 +10,7 @@ section.content {
.heading-anchor { .heading-anchor {
scroll-margin-top: var(--hero-height); // navbar height (ish) scroll-margin-top: var(--hero-height); // navbar height (ish)
margin-right: 0.5rem; margin-right: 0.5rem;
font-weight: 300;
} }
@include dark-mode { @include dark-mode {