add unconfigured domain template; enhance contrast of tables in light-theme

Signed-off-by: Michael Kaufmann <d00p@froxlor.org>
This commit is contained in:
Michael Kaufmann
2023-11-03 09:53:18 +01:00
parent cefd9226bd
commit 05c77929e4
2 changed files with 62 additions and 0 deletions

View File

@@ -92,3 +92,10 @@ td.text-end {
background-color: transparent;
}
}
// Table
@include color-mode(light) {
.table {
--bs-table-bg: white;
}
}