Add SASS variables for colors
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
@import variables
|
||||
|
||||
h1,
|
||||
li,
|
||||
ul,
|
||||
@@ -17,12 +19,12 @@ body
|
||||
margin-left: 10px
|
||||
margin-right: 10px
|
||||
padding-bottom: 10px
|
||||
color: $text-color
|
||||
color: color('primary')
|
||||
font-family: $text-font
|
||||
text-rendering: optimizeLegibility
|
||||
|
||||
small
|
||||
font-size: $text-small
|
||||
font-size: size('small')
|
||||
|
||||
hr
|
||||
border: 0
|
||||
|
||||
Reference in New Issue
Block a user