All hail our phpMyAdmin dark mode overlords

This commit is contained in:
2023-08-24 01:59:18 -05:00
parent f0f2eade00
commit 8ddfb53c40
1394 changed files with 38046 additions and 2 deletions

View File

@@ -0,0 +1,13 @@
// Reebot
body {
accent-color: var(--bs-primary); // for checkboxes, radios, etc.
text-align: left;
scrollbar-color: var(--scrollbar-color) var(--scrollbar-bg);
}
.text-dark {
--bs-text-opacity: 1;
--pma-dark-color: $pma-gray-400-rgb;
color: rgba(var(--pma-dark-color), var(--bs-text-opacity)) !important;
}