Add SASS variables for colors
This commit is contained in:
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user