From 1bd357ec8967e5b6c04e737dc6639162477064f1 Mon Sep 17 00:00:00 2001 From: emkael Date: Thu, 15 Jun 2017 23:38:14 +0200 Subject: Desaturate bronze table row. Fixes #4 --- http/res/ranking.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'http') diff --git a/http/res/ranking.css b/http/res/ranking.css index 6a6b1c7..b05db9c 100644 --- a/http/res/ranking.css +++ b/http/res/ranking.css @@ -1,9 +1,9 @@ .table-hover > tbody > tr.gold > td { background-color: #FFEF96 } .table-hover > tbody > tr.silver > td { background-color: #E5E5E5 } -.table-hover > tbody > tr.bronze > td { background-color: #CAA077 } +.table-hover > tbody > tr.bronze > td { background-color: #E1CAB4 } .table-hover > tbody > tr.gold:hover > td { background-color: #FFE34C } .table-hover > tbody > tr.silver:hover > td { background-color: #CDCDCD } -.table-hover > tbody > tr.bronze:hover > td { background-color: #B88048 } +.table-hover > tbody > tr.bronze:hover > td { background-color: #D7B99A } .table { border-top: solid 1px #ddd; border-bottom: solid 1px #ddd; opacity: 0.1; -- cgit v1.2.3