diff --git a/src/lib/components/colors/FormatGroup.svelte b/src/lib/components/colors/FormatGroup.svelte index b401f15f..3f03843b 100644 --- a/src/lib/components/colors/FormatGroup.svelte +++ b/src/lib/components/colors/FormatGroup.svelte @@ -24,7 +24,7 @@
-
{formatGroup.name}
+

{formatGroup.name}

{#if !isInGamut} Selected color is diff --git a/src/lib/components/colors/Formats.svelte b/src/lib/components/colors/Formats.svelte index 6512655c..320e93d4 100644 --- a/src/lib/components/colors/Formats.svelte +++ b/src/lib/components/colors/Formats.svelte @@ -30,7 +30,7 @@
-

{displayType} Color

+

{displayType} Color

{#each otherFormats as formatGroup} {/each} @@ -38,10 +38,10 @@ diff --git a/src/lib/components/colors/Output.svelte b/src/lib/components/colors/Output.svelte index 77f83dc8..37a7db09 100644 --- a/src/lib/components/colors/Output.svelte +++ b/src/lib/components/colors/Output.svelte @@ -28,15 +28,13 @@ diff --git a/src/sass/initial/_type.scss b/src/sass/initial/_type.scss index f3f42728..7f8f7781 100644 --- a/src/sass/initial/_type.scss +++ b/src/sass/initial/_type.scss @@ -22,8 +22,7 @@ h1, h2, -h3, -h4 { +h3 { font-weight: normal; margin: 0; } @@ -49,7 +48,7 @@ h4 { .section-heading { @include heading; - --label-margin-bottom: var(--gutter-plus); + --label-margin-bottom: var(--gutter); @include config.below('sm-page-break') { --heading-size: var(--medium);