CSS: Avoid chromatic (red/green) contrast on login screen links (#4430)

This commit is contained in:
Florian Strohmaier 2021-07-07 14:12:30 +02:00 committed by GitHub
parent 23a9f309f4
commit fc63433341
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 4 deletions

View File

@ -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;
}
}
}