From d23a2cf25ccc33f49d73ee3da2f775c0d4fa0784 Mon Sep 17 00:00:00 2001 From: Volpeon Date: Thu, 27 Jun 2024 09:56:02 +0200 Subject: Update --- src/scopes/_headings.scss | 19 ++++++++++++++----- 1 file changed, 14 insertions(+), 5 deletions(-) (limited to 'src/scopes') diff --git a/src/scopes/_headings.scss b/src/scopes/_headings.scss index c5033e8..9593792 100644 --- a/src/scopes/_headings.scss +++ b/src/scopes/_headings.scss @@ -21,20 +21,29 @@ h1 { - @include mx.heading-strong(--lg); + @include mx.heading-strong(--xxl); } h2 { + @include mx.heading-strong(--xl); + } + + h3 { + @include mx.heading-medium(--lg); + } + + h4 { @include mx.heading-medium(--md); } - h3, - h4, - h5, - h6 { + h5 { @include mx.heading-faint(--sm); } + h6 { + @include mx.heading-faint(--xs); + } + @include iro.bem-elem('highlight') { background-image: linear-gradient( to top, -- cgit v1.2.3-54-g00ecf