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: inherit;
$pre: unset;
$content-heading-weight: $weight-medium;

View File

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