Do topbar menu 'properly', and add stripes to tables

This commit is contained in:
D. Rimron-Soutter
2025-12-30 18:24:33 +00:00
parent bccac166e7
commit a59ffec9bf
5 changed files with 24440 additions and 19 deletions

View File

@@ -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);