From 45235ba7aa1b7df85e3dfb99ce7f92e36448bbbb Mon Sep 17 00:00:00 2001 From: Pavel Djundik Date: Thu, 5 Jul 2018 13:10:10 +0300 Subject: [PATCH] Enable underlines on links --- client/css/style.css | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/client/css/style.css b/client/css/style.css index 3324a23f..a6aff7ae 100644 --- a/client/css/style.css +++ b/client/css/style.css @@ -69,13 +69,8 @@ a:focus { color: var(--link-color); } -a { - transition: opacity 0.2s; -} - a:hover { - text-decoration: none; - opacity: 0.8; + text-decoration: underline; } /** @@ -1240,12 +1235,11 @@ background on hover (unless active) */ #chat .user, .inline-channel { cursor: pointer; - transition: opacity 0.2s; } .chat .user:hover, .inline-channel:hover { - opacity: 0.6; + text-decoration: underline; } /* Nicknames */