Add SASS variables for colors
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
@import variables
|
||||
|
||||
.task-board-date
|
||||
font-weight: bold
|
||||
color: #000
|
||||
color: color('dark')
|
||||
|
||||
span
|
||||
&.task-board-date-today
|
||||
color: #0000D9
|
||||
opacity: 1.0
|
||||
&.task-board-date-overdue
|
||||
color: #D90000
|
||||
opacity: 1.0
|
||||
|
||||
Reference in New Issue
Block a user