From 46e8ec9ca972439318e83e3c54d6b26508aa94fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9mie=20Astori?= Date: Mon, 25 Sep 2017 18:06:55 -0400 Subject: [PATCH] Fix flickering on link hovering, and inconsistencies between chat links and UI links --- client/css/style.css | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/client/css/style.css b/client/css/style.css index 0c619981..aaed0a37 100644 --- a/client/css/style.css +++ b/client/css/style.css @@ -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 {