initial commit

This commit is contained in:
2025-04-06 22:30:23 +02:00
parent 34c5a8b84a
commit b9605e74c0
10 changed files with 300 additions and 0 deletions

7
dashboard.css Normal file
View File

@@ -0,0 +1,7 @@
.resolved .card-body {
background-color: lightgrey;
opacity: .3;
}
.resolved .card-body,.resolved .card-body .text-secondary {
color: black !important;
}