Lighten heading weight

This commit is contained in:
Jake Howard 2022-09-29 19:31:45 +01:00
parent 8232825a08
commit c691d0c594
Signed by: jake
GPG key ID: 57AFB45680EDD477
2 changed files with 2 additions and 1 deletions

View file

@ -22,3 +22,4 @@ $pre-background: none;
$code-padding: 0; $code-padding: 0;
$code: inherit; $code: inherit;
$pre: unset; $pre: unset;
$content-heading-weight: $weight-medium;

View file

@ -10,7 +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; font-weight: 100;
} }
@include dark-mode { @include dark-mode {