Remove some bad style bits, fix wiki tables, remove flashbang, add history to topbar

This commit is contained in:
D. Rimron-Soutter
2025-12-30 18:03:09 +00:00
parent 37b5ff7165
commit fff1fab3cd
8 changed files with 46 additions and 24395 deletions

View File

@@ -14,3 +14,19 @@
@import "custom/bootswatch";
html[data-bs-theme="dark"] body .wikitable,
html[data-bs-theme="dark"] body .formtable {
--bs-table-color: var(--bs-body-color);
--bs-table-bg: var(--bs-body-bg);
--bs-table-border-color: rgba(255, 255, 255, 0.12);
}
html[data-bs-theme="dark"] body .wikitable > :not(caption) > * > *,
html[data-bs-theme="dark"] body .formtable > :not(caption) > * > * {
color: var(--bs-body-color) !important;
background-color: var(--bs-body-bg);
}
html[data-bs-theme="dark"] body .wikitable a {
color: var(--bs-link-color) !important;
}