Fix color of source header

This commit is contained in:
René Pfeuffer
2021-11-16 15:35:03 +01:00
parent 142e077b46
commit 23b7e0d85a
5 changed files with 10 additions and 17 deletions

View File

@@ -110,19 +110,6 @@ footer.footer {
background-color: $blue-light;
}
// TODO
/*
.has-text-high-contrast-warning {
color: $warning;
}
.has-text-high-contrast-danger{
color: $high-contrast-danger-50;
}
.has-text-high-contrast-light-gray {
color: $high-contrast-light-gray;
}*/
// border and background colors
.has-background-dark-75 {
background-color: $dark-75;
@@ -836,3 +823,7 @@ form .field:not(.is-grouped) {
.has-text-default {
color: $text !important;
}
.has-background-accent {
background: $background-accent;
}