css: Respect `--text-color-on-icinga-blue`

This commit is contained in:
Johannes Meyer 2021-06-23 14:27:35 +02:00
parent ac45a51ffb
commit fbb137a227
2 changed files with 2 additions and 2 deletions

View File

@ -50,7 +50,7 @@ pre > code {
.rounded-corners(); .rounded-corners();
background: @icinga-blue; background: @icinga-blue;
color: @text-color-on-icinga-blue; .var(color, text-color-on-icinga-blue);
padding: 0 0.3em 0 0.3em; padding: 0 0.3em 0 0.3em;
} }

View File

@ -377,7 +377,7 @@ a:hover > .icon-cancel {
.module-dependencies { .module-dependencies {
.unmet-dependencies { .unmet-dependencies {
background-color: @color-warning; background-color: @color-warning;
color: @text-color-on-icinga-blue; .var(color, text-color-on-icinga-blue);
padding: .25em .5em; padding: .25em .5em;
margin-left: -.5em; margin-left: -.5em;
} }