diff --git a/app/themes/high-contrast/custom.scss b/app/themes/high-contrast/custom.scss index 758a94ce..d4527fc9 100644 --- a/app/themes/high-contrast/custom.scss +++ b/app/themes/high-contrast/custom.scss @@ -158,12 +158,12 @@ tg-project-menu { } .main-nav { - svg path { + svg { fill: $white; } .active { background: $white; - svg path { + svg { fill: $black; } } @@ -198,7 +198,7 @@ tg-project-menu { //Kanban table .kanban-table-header { .task-colum-name { - background: lighten($white, 20%); + background: lighten($whitish, 50%); border-top: 3px solid $black; .icon { color: $black; @@ -208,7 +208,7 @@ tg-project-menu { .kanban-table-body { .kanban-uses-box { - background: $whitish; + background: lighten($whitish, 50%); } } diff --git a/app/themes/material-design/custom.scss b/app/themes/material-design/custom.scss index f17d0a73..987d7cd1 100644 --- a/app/themes/material-design/custom.scss +++ b/app/themes/material-design/custom.scss @@ -172,7 +172,7 @@ tg-project-menu { //Kanban table .kanban-table-header { .task-colum-name { - background: lighten($primary-light, 20%); + background: lighten($whitish, 5%); border-top: 3px solid $primary; .icon { color: $primary; @@ -182,6 +182,6 @@ tg-project-menu { .kanban-table-body { .kanban-uses-box { - background: $whitish; + background: lighten($whitish, 5%); } } diff --git a/app/themes/taiga/custom.scss b/app/themes/taiga/custom.scss index 8c64cb2b..890cdaca 100644 --- a/app/themes/taiga/custom.scss +++ b/app/themes/taiga/custom.scss @@ -152,7 +152,7 @@ tg-project-menu { //Kanban table .kanban-table-header { .task-colum-name { - background: $whitish; + background: lighten($whitish, 5%); border-top: 3px solid $gray-light; .icon { color: $gray-light; @@ -162,6 +162,6 @@ tg-project-menu { .kanban-table-body { .kanban-uses-box { - background: $whitish; + background: lighten($whitish, 5%); } }