Add SASS variables for colors
This commit is contained in:
@@ -1,12 +1,14 @@
|
||||
@import variables
|
||||
|
||||
.task-table .dropdown-menu
|
||||
color: #000
|
||||
color: color('dark')
|
||||
text-decoration: none
|
||||
font-weight: bold
|
||||
&:focus, &:hover
|
||||
text-decoration: underline
|
||||
|
||||
td.task-table a
|
||||
color: #000
|
||||
color: color('dark')
|
||||
text-decoration: none
|
||||
&:hover
|
||||
text-decoration: underline
|
||||
|
||||
Reference in New Issue
Block a user