Tweaks to flash-on/off
This commit is contained in:
@@ -43,13 +43,21 @@ $color_downvote: #74a4ff
|
||||
|
||||
/* Label Status */
|
||||
$color-status-invalid: lightgray
|
||||
$color-status-invalid-dark: hsl(hue($color-status-invalid), 100%, 75%)
|
||||
$color-status-todo: lightgray
|
||||
$color-status-todo-dark: hsl(hue($color-status-todo), 100%, 75%)
|
||||
$color-status-in_progress: #fff2cc
|
||||
$color-status-in_progress-dark: hsl(hue($color-status-in_progress), 100%, 45%)
|
||||
$color-status-on_hold: #fff2cc
|
||||
$color-status-on_hold-dark: hsl(hue($color-status-on_hold), 100%, 50%)
|
||||
$color-status-approved: #e4f5f9
|
||||
$color-status-approved-dark: hsl(hue($color-status-approved), 100%, 50%)
|
||||
$color-status-cbb: #e4f5f9
|
||||
$color-status-cbb-dark: hsl(hue($color-status-cbb), 100%, 50%)
|
||||
$color-status-final: #e7f5d3
|
||||
$color-status-final-dark: hsl(hue($color-status-final), 100%, 40%)
|
||||
$color-status-review: #e4f5f9
|
||||
$color-status-review-dark: hsl(hue($color-status-review), 100%, 50%)
|
||||
|
||||
$color-status-active: #E6F3FD
|
||||
$color-status-updated: #e7f5d3
|
||||
|
Reference in New Issue
Block a user