From 58b3c94d20ad4d01fd3ae185da6ce11348a2e1c8 Mon Sep 17 00:00:00 2001 From: Stephan Richter Date: Wed, 24 Sep 2025 09:57:09 +0200 Subject: [PATCH] minor css improvement --- web/src/main/resources/web/css/default-color.css | 4 ---- 1 file changed, 4 deletions(-) diff --git a/web/src/main/resources/web/css/default-color.css b/web/src/main/resources/web/css/default-color.css index 7cc41a6..fa55397 100644 --- a/web/src/main/resources/web/css/default-color.css +++ b/web/src/main/resources/web/css/default-color.css @@ -81,10 +81,6 @@ textarea{ background: linear-gradient(rgba(0,0,0,0.8)); } -.kanban .state_40 .box{ - background: linear-gradient(rgba(180,255,100,0.8)); -} - .kanban .state_10 .box, .kanban .state_20 .box, .kanban .state_40 .box,