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 {
|
||||
font-weight: @font-weight-bold;
|
||||
.var(color, icinga-secondary);
|
||||
text-decoration: underline;
|
||||
|
||||
&:hover {
|
||||
text-decoration: none;
|
||||
.var(color, icinga-secondary-dark);
|
||||
opacity: .8;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue