Lighten heading weight
This commit is contained in:
parent
8232825a08
commit
c691d0c594
2 changed files with 2 additions and 1 deletions
|
@ -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;
|
||||||
|
|
|
@ -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 {
|
||||||
|
|
Loading…
Reference in a new issue