From 9d57480e6dfbf31d6ef0d10c3027f83d57653d3c Mon Sep 17 00:00:00 2001 From: Julian Date: Sun, 24 Jun 2018 15:57:39 +0200 Subject: [PATCH] Change last blue color to green in table. --- styles/prosilver/theme/football.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/styles/prosilver/theme/football.css b/styles/prosilver/theme/football.css index 6b3043b..40b36f1 100644 --- a/styles/prosilver/theme/football.css +++ b/styles/prosilver/theme/football.css @@ -272,6 +272,6 @@ a.pastlink:hover, a.futurelink:hover { .row_light { background-color: #E4F5E4; } .row_dark { background-color: #c8ecc0; } .row_user { background-color: #ECF5C1; } -.row_group td { background-color: #12A3EB; color: #FFFFFF !important; } +.row_group td { background-color: #73d510; color: #FFFFFF !important; } .row_result { background-color: #ADC4A9; } .row_result td { padding: 1px 2px; }