Add SASS variables for colors
This commit is contained in:
@@ -1,11 +1,13 @@
|
||||
@import variables
|
||||
|
||||
.dashboard-project-stats
|
||||
small
|
||||
margin-right: 10px
|
||||
color: #999
|
||||
color: color('light')
|
||||
|
||||
.dashboard-table-link
|
||||
font-weight: bold
|
||||
color: #444
|
||||
color: color('dark')
|
||||
text-decoration: none
|
||||
&:focus, &:hover
|
||||
color: #999
|
||||
color: color('light')
|
||||
|
||||
Reference in New Issue
Block a user