bs5: fix correspondent / tag / doctype management list display

This commit is contained in:
Michael Shamoon
2022-02-19 23:48:49 -08:00
parent 0eaa1e3385
commit 81ef51fd01
4 changed files with 7 additions and 3 deletions

View File

@@ -220,6 +220,10 @@ $border-color-dark-mode: #47494f;
background-color: $bg-light-dark-mode;
}
.table-striped > tbody > tr:nth-of-type(odd) > * {
color: $text-color-dark-mode-accent;
}
.close {
color: $text-color-dark-mode;
text-shadow: 0 1px 0 #666;