Add SASS variables for colors
This commit is contained in:
@@ -1,10 +1,12 @@
|
||||
@import variables
|
||||
|
||||
a
|
||||
color: $link-color
|
||||
color: link-color('primary')
|
||||
border: none
|
||||
&:focus
|
||||
outline: 0
|
||||
color: $link-color-focus
|
||||
color: link-color('focus')
|
||||
text-decoration: none
|
||||
&:hover
|
||||
color: $link-color-hover
|
||||
color: link-color('hover')
|
||||
text-decoration: none
|
||||
|
||||
Reference in New Issue
Block a user