From 0a7c59443bd45c4dec999840005bdbb604744ff2 Mon Sep 17 00:00:00 2001 From: Stephan Richter Date: Fri, 17 Oct 2025 11:40:50 +0200 Subject: [PATCH] css improvement --- web/src/main/resources/web/css/default-color.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/main/resources/web/css/default-color.css b/web/src/main/resources/web/css/default-color.css index 205b0ee..1360748 100644 --- a/web/src/main/resources/web/css/default-color.css +++ b/web/src/main/resources/web/css/default-color.css @@ -87,7 +87,7 @@ textarea{ .kanban .state_10 .box, .kanban .state_100 .box{ - background: linear-gradient(rgba(0,0,0,0.8)); + background: linear-gradient(rgba(0,0,0,0.6)); } .kanban .state_10 .box,