Fix flickering on link hovering, and inconsistencies between chat links and UI links

This commit is contained in:
Jérémie Astori 2017-09-25 18:06:55 -04:00
parent 80ef01c180
commit 46e8ec9ca9
No known key found for this signature in database
GPG key ID: B9A4F245CD67BDE8

View file

@ -31,6 +31,12 @@ body {
overflow-y: hidden;
}
a,
a:hover,
a:focus {
color: #50a656;
}
a {
transition: opacity 0.2s;
}
@ -1013,10 +1019,6 @@ kbd {
display: none;
}
#chat a {
color: #50a656;
}
/* Nicknames */
#chat .user {