From ea13aece2136e3c684116e401f30f6987ba1e83f Mon Sep 17 00:00:00 2001 From: Matteo Pagliazzi Date: Thu, 25 Jul 2019 21:47:58 +0200 Subject: [PATCH] fix better tasks color --- website/client/assets/scss/task.scss | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/website/client/assets/scss/task.scss b/website/client/assets/scss/task.scss index 2c9d271482..7ed5d819a3 100644 --- a/website/client/assets/scss/task.scss +++ b/website/client/assets/scss/task.scss @@ -168,7 +168,7 @@ &-better { // teal &-control { &-bg { - background: $teal-50 !important; + background: $teal-100 !important; &:hover { .habit-control { background: rgba(26, 24, 29, 0.48) !important; } .daily-todo-control { background: rgba(255, 255, 255, 0.72) !important; } @@ -176,19 +176,19 @@ } &-inner-habit { background: rgba(26, 24, 29, 0.24) !important; } &-inner-daily-todo { background: #8dedf6 !important; } - &-checkbox { color: $teal-50 !important; } + &-checkbox { color: $teal-100 !important; } } &-modal { - &-bg { background: $teal-50 !important; } - &-icon { color: $teal-50 !important; } + &-bg { background: $teal-100 !important; } + &-icon { color: $teal-100 !important; } &-text { color: $teal-10 !important; } &-option-disabled:hover { - .svg-icon { color: $teal-50 !important; } + .svg-icon { color: $teal-100 !important; } .option-item-label { color: $teal-10 !important; } } &-habit-control-disabled:hover { - .habit-control { background: $teal-50 !important; } + .habit-control { background: $teal-100 !important; } .option-item-label { color: $teal-10 !important; } } }