[simple] improve styling of subcategory table headers in preferences

This commit is contained in:
Martin Fischer
2021-12-27 02:27:48 +01:00
parent 20a5e43e35
commit a12cb6a807
3 changed files with 9 additions and 1 deletions
@@ -161,6 +161,12 @@
}
}
}
.engine-group {
text-align: left;
font-weight: normal;
background: var(--color-settings-engine-group-background);
}
}
@media screen and (max-width: @tablet) {