From 78787ed4b378f45d302ee3fc415cda8705696b5b Mon Sep 17 00:00:00 2001 From: Volpeon Date: Fri, 10 Jun 2022 22:51:57 +0200 Subject: Update --- src/scopes/_headings.scss | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src/scopes/_headings.scss') diff --git a/src/scopes/_headings.scss b/src/scopes/_headings.scss index b1ef537..2e7d88f 100644 --- a/src/scopes/_headings.scss +++ b/src/scopes/_headings.scss @@ -20,28 +20,28 @@ h1 { color: fn.foreign-color(--heading, --strong); - font-size: fn.global-dim(--font-size --1000); + font-size: fn.global-dim(--font-size --900); } h2 { color: fn.foreign-color(--heading, --strong); - font-size: fn.global-dim(--font-size --700); + font-size: fn.global-dim(--font-size --600); } h3 { color: fn.foreign-color(--heading, --strong); - font-size: fn.global-dim(--font-size --400); + font-size: fn.global-dim(--font-size --300); } h4 { color: fn.foreign-color(--heading, --strong); - font-size: fn.global-dim(--font-size --200); + font-size: fn.global-dim(--font-size --150); } h5 { @include mx.set-font(--standard, ( --line-height: null, - --size: fn.global-dim(--font-size --100), + --size: fn.global-dim(--font-size --75), --weight: bold, --transform: uppercase, --spacing: 1px -- cgit v1.2.3-54-g00ecf