Do topbar menu 'properly', and add stripes to tables
This commit is contained in:
@@ -16,6 +16,9 @@
|
||||
|
||||
html[data-bs-theme="dark"] body .wikitable,
|
||||
html[data-bs-theme="dark"] body .formtable {
|
||||
|
||||
@extend .table;
|
||||
@extend .table-striped;
|
||||
--bs-table-color: var(--bs-body-color);
|
||||
--bs-table-bg: var(--bs-body-bg);
|
||||
--bs-table-border-color: rgba(255, 255, 255, 0.12);
|
||||
|
||||
Reference in New Issue
Block a user