diff options
author | Volpeon <git@volpeon.ink> | 2022-02-13 20:51:01 +0100 |
---|---|---|
committer | Volpeon <git@volpeon.ink> | 2022-02-13 20:51:01 +0100 |
commit | f91e1fb4fda58c382f090585e885ea2b4bd40e0f (patch) | |
tree | a9e8e66f33c87e0a5568bed2fb9c086226e858ab /src | |
parent | Fix dialog+backdrop (diff) | |
download | iro-design-f91e1fb4fda58c382f090585e885ea2b4bd40e0f.tar.gz iro-design-f91e1fb4fda58c382f090585e885ea2b4bd40e0f.tar.bz2 iro-design-f91e1fb4fda58c382f090585e885ea2b4bd40e0f.zip |
Better h1-6 style
Diffstat (limited to 'src')
-rw-r--r-- | src/_base.scss | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/_base.scss b/src/_base.scss index 6e8efbd..2fdff25 100644 --- a/src/_base.scss +++ b/src/_base.scss | |||
@@ -23,8 +23,8 @@ h4, | |||
23 | h5, | 23 | h5, |
24 | h6 { | 24 | h6 { |
25 | margin: 0; | 25 | margin: 0; |
26 | font-size: fn.dim(--font-size --md); | 26 | font-size: 1em; |
27 | font-weight: normal; | 27 | font-weight: bold; |
28 | } | 28 | } |
29 | 29 | ||
30 | p { | 30 | p { |