From ddcd98a457b6d4d147d89a372fff123d7096014f Mon Sep 17 00:00:00 2001 From: sfan5 Date: Thu, 20 Feb 2020 20:04:40 +0100 Subject: [PATCH] Highlight even table rows better --- static/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/style.css b/static/style.css index 02e825c..5df2145 100644 --- a/static/style.css +++ b/static/style.css @@ -24,7 +24,7 @@ } #server_list tbody tr:nth-child(even) { - background-color: #F3F3F3; + background-color: #E0E0E0; } #server_list td.clients, #server_list td.uptime, #server_list td.ping {