Fix low contrast on hovered links

This commit is contained in:
Ophir LOJKINE 2020-12-24 12:24:10 +01:00 committed by GitHub
commit c820abd0bc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -204,14 +204,15 @@ a:link {
text-decoration: underline;
}
a:visited {
color: #54AC8E;
color: #041C8E;
text-decoration: underline;
}
a:hover,
a:focus,
a:active {
color: #67C98D;
text-decoration: underline;
color: #07407B;
text-decoration: underline;
text-decoration-thickness: 2px;
}
button.button-as-link {