fine-tuning kanban

Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
This commit is contained in:
2025-07-27 13:27:02 +02:00
parent 770f2aab5b
commit 8b7ad60a38
4 changed files with 37 additions and 4 deletions

View File

@@ -141,4 +141,27 @@ textarea{
color: white;
background: #333;
font-weight: black;
}
}
.kanban .box,
.kanban .head,
.kanban .user{
border-radius: 5px;
margin: 2px;
min-height: 50px;
color: black;
padding: 2px;
}
.kanban .box{
background: orange;
}
.kanban .head,
.kanban .user{
background: black;
border: 1px solid orange;
color: orange;
text-align: center;
}
.kanban .highlight{
background: #4b3000;
}