diff options
Diffstat (limited to 'src/_base.scss')
| -rw-r--r-- | src/_base.scss | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/_base.scss b/src/_base.scss index 365a46e..8cba1fb 100644 --- a/src/_base.scss +++ b/src/_base.scss | |||
| @@ -45,12 +45,16 @@ h3, | |||
| 45 | h4, | 45 | h4, |
| 46 | h5, | 46 | h5, |
| 47 | h6 { | 47 | h6 { |
| 48 | margin: 0; | 48 | margin: fn.dim(--heading --margin-top) 0 0; |
| 49 | color: fn.color(--fg-lo); | 49 | color: fn.color(--fg-lo); |
| 50 | font-size: fn.dim(--font-size --100); | 50 | font-size: fn.dim(--font-size --100); |
| 51 | font-weight: bold; | 51 | font-weight: bold; |
| 52 | letter-spacing: 1px; | 52 | letter-spacing: 1px; |
| 53 | text-transform: uppercase; | 53 | text-transform: uppercase; |
| 54 | |||
| 55 | & + & { | ||
| 56 | margin-top: fn.dim(--heading --margin-top-sibling); | ||
| 57 | } | ||
| 54 | } | 58 | } |
| 55 | 59 | ||
| 56 | p { | 60 | p { |
