fix: adjust a bit of styling in darkmode

This commit is contained in:
2026-01-20 21:17:06 +01:00
parent c324394949
commit 0e6a9c7c7d

View File

@@ -22,12 +22,24 @@ $confirm: hsl(133deg, 100%, calc(41% + 0%));
background-color: $grey-light !important; background-color: $grey-light !important;
border-radius: 5px; border-radius: 5px;
} }
.navbar-burger {
color: white;
}
.card-header { .card-header {
background-color: $grey-dark; background-color: $grey-dark;
} }
a.card-footer-item.is-danger { div.card-footer-item.is-danger {
color: black; background-color: #5a212d;
} }
div.card-footer-item.is-warning {
background-color: #523e13;
}
div.card-footer-item.is-confirm {
background-color: #00420f;
}
.tag { .tag {
color: $grey-dark; color: $grey-dark;
background-color: $grey-light; background-color: $grey-light;