Fixed audit background

This commit is contained in:
snipe
2026-03-06 03:48:45 +00:00
parent 1d6b21e1c7
commit dae66c0fa4
@@ -951,6 +951,14 @@
background-color: light-dark(hsl(from var(--main-theme-color) h s calc(l + 40)),hsl(from var(--main-theme-color) h s calc(l - 40))) !important;
}
tr.success > td {
background-color: var(--text-success) !important;
}
tr.danger > td {
background-color: var(--text-danger) !important;
}
@media print {
body,