From da3d78628a8658d61e75b099c0a1bd548844723f Mon Sep 17 00:00:00 2001 From: Guangcong Luo Date: Tue, 16 Feb 2016 20:42:49 -0500 Subject: [PATCH] Make roomlist hover effect more visible --- style/client.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style/client.css b/style/client.css index 470d3b02d..bc162cf8c 100644 --- a/style/client.css +++ b/style/client.css @@ -1131,7 +1131,7 @@ p.or:after { } .roomlist a.ilink:hover { border-color: #778899; - background: #F1F4F9; + background: #E5EAED; color: #224466; text-decoration: none; }