17374 correct background color in dark mode for active list item

This commit is contained in:
Arthur Hanson 2024-10-16 13:09:20 -07:00
parent dbc52dc6c7
commit b317ae030b
2 changed files with 5 additions and 0 deletions

Binary file not shown.

View File

@ -131,6 +131,11 @@ body[data-bs-theme=dark] {
.toast {
color: var(--#{$prefix}body-color);
}
.table-primary {
--tblr-table-bg: rgba(var(--tblr-secondary-rgb), 0.48);
--tblr-table-hover-bg: inherit;
--tblr-table-hover-color: inherit;
}
}
// Do not apply padding to <code> elements inside a <pre>