mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-28 08:14:03 +02:00
colorblind.less: Add contrast to text with light background
This commit is contained in:
parent
201e2f136d
commit
33eddd51e2
@ -44,4 +44,7 @@
|
|||||||
.state-unknown:not(.handled),
|
.state-unknown:not(.handled),
|
||||||
.state-unreachable:not(.handled) {
|
.state-unreachable:not(.handled) {
|
||||||
text-shadow: 0 0 1px mix(#000000, @color-unknown, 20);
|
text-shadow: 0 0 1px mix(#000000, @color-unknown, 20);
|
||||||
|
}
|
||||||
|
.box > .backend-running; {
|
||||||
|
color: black;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user