implemented extended settings on task

This commit is contained in:
2025-07-26 20:42:18 +02:00
parent 81fb085245
commit 58986a5c59
5 changed files with 62 additions and 11 deletions

View File

@@ -136,4 +136,9 @@ li.task:hover{
li.task:hover > button{
display: initial;
}
textarea{
color: white;
background: #333;
font-weight: black;
}