All hail our phpMyAdmin dark mode overlords
This commit is contained in:
13
lamp/themes/boodark/scss/_tables.scss
Normal file
13
lamp/themes/boodark/scss/_tables.scss
Normal file
@@ -0,0 +1,13 @@
|
||||
// Tables
|
||||
|
||||
.table {
|
||||
a {
|
||||
color: $pma-link-color;
|
||||
}
|
||||
}
|
||||
|
||||
@media only screen and (min-width: 768px) {
|
||||
.table th.position-sticky {
|
||||
top: 96px;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user