Merge pull request #1573 from thelounge/astorije/fix-colors

Fix flickering on link hovering, and inconsistencies between chat links and UI links
This commit is contained in:
Al McKinlay 2017-09-26 08:35:50 +01:00 committed by GitHub
commit 0f1919a4fd

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 {