Remove some bad style bits, fix wiki tables, remove flashbang, add history to topbar
This commit is contained in:
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user