From a48d05d1d5fcff414359c8ba6cc8f38467aebdeb Mon Sep 17 00:00:00 2001 From: Volpeon Date: Mon, 10 May 2021 16:41:05 +0200 Subject: Refactoring to fully take advantage of Make --- assets/css/_basics.scss | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) (limited to 'assets/css/_basics.scss') diff --git a/assets/css/_basics.scss b/assets/css/_basics.scss index b2a437b..573167c 100644 --- a/assets/css/_basics.scss +++ b/assets/css/_basics.scss @@ -138,13 +138,10 @@ h3, h4, h5, h6 { - margin: ($line-height * 2rem) 0 0; - color: var(--heading--fg); - font-family: $font-fam--large; - font-size: 1em; - font-weight: 600; - line-height: 1.4; - font-feature-settings: 'ss02' 1; + margin: ($line-height * 2rem) 0 0; + color: var(--heading--fg); + font-size: 1em; + font-weight: 700; & + & { margin-top: $line-height * 1rem; -- cgit v1.2.3-54-g00ecf