CSS: Avoid chromatic (red/green) contrast on login screen links (#4430)
This commit is contained in:
parent
23a9f309f4
commit
fc63433341
|
@ -165,12 +165,10 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
a {
|
a {
|
||||||
font-weight: @font-weight-bold;
|
text-decoration: underline;
|
||||||
.var(color, icinga-secondary);
|
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
text-decoration: none;
|
opacity: .8;
|
||||||
.var(color, icinga-secondary-dark);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue