css: Respect `--text-color-on-icinga-blue`
This commit is contained in:
parent
ac45a51ffb
commit
fbb137a227
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue