adding of 4 new colours and use shorter labels for automated tags

This commit is contained in:
ma0068
2026-06-25 08:47:00 +02:00
parent d5ee6f9cc2
commit e7c133586b
2 changed files with 30 additions and 11 deletions
+20 -1
View File
@@ -46,7 +46,6 @@
background-color: #ffA500ff;
}
.tag_braun {
background-color: #6d4c41;
}
@@ -72,6 +71,26 @@
color: black;
}
.tag_turquoise {
background-color: #89cccf;
color: black;
}
.tag_bordeaux {
background-color: #7B1B38;
color: white;
}
.tag_olive {
background-color: #868d07;
color: white;
}
.tag_beige {
background-color: #E4D5B4;
color: black;
}
.tag_done {
text-decoration: line-through;
}