diff options
Diffstat (limited to 'assets/sass/_title.sass')
-rw-r--r-- | assets/sass/_title.sass | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/assets/sass/_title.sass b/assets/sass/_title.sass index 3247b4a6..16e81df3 100644 --- a/assets/sass/_title.sass +++ b/assets/sass/_title.sass @@ -1,14 +1,16 @@ +@import variables + h1, h2, h3 font-weight: normal - color: $title-color + color: color('primary') h1 - font-size: $page-title-size + font-size: size('title') h2 - font-size: $text-large + font-size: size('large') margin-bottom: 10px h3 margin-top: 10px - font-size: $text-medium + font-size: size('medium') |