diff --git a/web/src/main/resources/web/css/bloodshed-color.css b/web/src/main/resources/web/css/bloodshed-color.css index 17ee978..5304e19 100644 --- a/web/src/main/resources/web/css/bloodshed-color.css +++ b/web/src/main/resources/web/css/bloodshed-color.css @@ -74,15 +74,20 @@ textarea{ .kanban .state_10 .box, .kanban .state_100 .box{ - background-color: #573800; + background: linear-gradient(rgba(0,0,0,0.8)); } -.kanban .state_20 .box{ - background-color: orange; -} .kanban .state_40 .box{ - background-color: khaki; + background: linear-gradient(rgba(180,255,100,0.8)); +} + +.kanban .state_10 .box, +.kanban .state_20 .box, +.kanban .state_40 .box, +.kanban .state_100 .box{ + background-color: orange; } + .kanban .state_60 .box{ background-color: #d3ff00; } diff --git a/web/src/main/resources/web/css/default-color.css b/web/src/main/resources/web/css/default-color.css index 3e9e500..7cc41a6 100644 --- a/web/src/main/resources/web/css/default-color.css +++ b/web/src/main/resources/web/css/default-color.css @@ -78,15 +78,20 @@ textarea{ .kanban .state_10 .box, .kanban .state_100 .box{ - background-color: #573800; + background: linear-gradient(rgba(0,0,0,0.8)); } -.kanban .state_20 .box{ - background-color: orange; -} .kanban .state_40 .box{ - background-color: khaki; + background: linear-gradient(rgba(180,255,100,0.8)); +} + +.kanban .state_10 .box, +.kanban .state_20 .box, +.kanban .state_40 .box, +.kanban .state_100 .box{ + background-color: orange; } + .kanban .state_60 .box{ background-color: #d3ff00; } diff --git a/web/src/main/resources/web/css/winter-color.css b/web/src/main/resources/web/css/winter-color.css index 75842c4..33b4f99 100644 --- a/web/src/main/resources/web/css/winter-color.css +++ b/web/src/main/resources/web/css/winter-color.css @@ -70,15 +70,20 @@ textarea{ .kanban .state_10 .box, .kanban .state_100 .box{ - background-color: #adc8d9;; + opacity: 0.5; } -.kanban .state_20 .box{ - background-color: #e0ffdf; -} .kanban .state_40 .box{ - background-color: #b2ffa8; + background: linear-gradient(rgba(180,255,100,0.7)); +} + +.kanban .state_10 .box, +.kanban .state_20 .box, +.kanban .state_40 .box, +.kanban .state_100 .box{ + background-color: #e0ffdf; } + .kanban .state_60 .box{ background-color: #d3ff00; }