Fix color for namespace in high contrast theme

This commit is contained in:
René Pfeuffer
2021-11-16 15:14:18 +01:00
parent f45fd47cdd
commit 142e077b46
5 changed files with 12 additions and 4 deletions

View File

@@ -828,3 +828,11 @@ form .field:not(.is-grouped) {
.sg-sub-section + .sg-sub-section {
margin-top: 2.5rem;
}
.has-text-inherit {
color: inherit !important;
}
.has-text-default {
color: $text !important;
}