All hail our phpMyAdmin dark mode overlords
This commit is contained in:
13
lamp/themes/boodark/scss/_reboot.scss
Normal file
13
lamp/themes/boodark/scss/_reboot.scss
Normal 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;
|
||||
}
|
Reference in New Issue
Block a user