This commit is contained in:
ludo
2023-11-25 20:23:21 +01:00
parent 82b864768e
commit 9949ae95cf
7 changed files with 46 additions and 44 deletions

View File

@@ -104,4 +104,11 @@ body {
.dashtable .counter .value {
color: #527C39!important;
font-size: 1.4em;
}
}
.bg-lighter {
background-color: rgba(255,255,255,0.05)!important;
}
.bg-darker {
background-color: rgba(0,0,0,0.05)!important;
}