summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorVolpeon <git@volpeon.ink>2022-02-13 20:51:01 +0100
committerVolpeon <git@volpeon.ink>2022-02-13 20:51:01 +0100
commitf91e1fb4fda58c382f090585e885ea2b4bd40e0f (patch)
treea9e8e66f33c87e0a5568bed2fb9c086226e858ab /src
parentFix dialog+backdrop (diff)
downloadiro-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.scss4
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,
23h5, 23h5,
24h6 { 24h6 {
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
30p { 30p {