added priority to notes

This commit is contained in:
2025-07-07 14:28:11 +02:00
parent ce59837500
commit e8766ecc26
6 changed files with 58 additions and 15 deletions

View File

@@ -338,4 +338,19 @@ button.danger {
font-size: 0.8em;
color: #6A5ACD;
display: inline-block;
}
.style_low {
background-color: darkseagreen;
font-weight: bold;
}
.style_mid {
background-color: moccasin;
font-weight: bold;
}
.style_high {
background-color: lightcoral;
font-weight: bold;
}