web: fix Colours for user settings in dark mode

This commit is contained in:
Jens Langhammer
2021-03-06 23:00:29 +01:00
parent 082628771b
commit cbc86d674d
3 changed files with 11 additions and 2 deletions

View File

@ -155,6 +155,10 @@ ak-message {
.pf-c-table__sort-indicator i {
color: var(--ak-dark-foreground) !important;
}
/* tabs, vertical */
.pf-c-tabs__link {
background-color: var(--ak-dark-background-light);
}
/* table, on mobile */
@media screen and (max-width: 1200px) {
.pf-m-grid-xl.pf-c-table tbody:first-of-type {