Add SASS variables for colors
This commit is contained in:
@@ -1,9 +1,11 @@
|
||||
@import variables
|
||||
|
||||
.project-header
|
||||
margin-top: 8px
|
||||
margin-bottom: 20px
|
||||
|
||||
.action-menu
|
||||
color: #333
|
||||
color: color('primary')
|
||||
text-decoration: none
|
||||
&:hover, &:focus
|
||||
text-decoration: underline
|
||||
|
||||
Reference in New Issue
Block a user