From c4aefc1dcbbf61db7f8b63a25254ffa8a585e598 Mon Sep 17 00:00:00 2001 From: Mischa POSLAWSKY Date: Tue, 14 Jul 2015 02:49:15 +0200 Subject: [PATCH] countries: intermediate circus colour for europe Create a distinct style between g4 (africa) and g7 (asia) for better distribution. --- circus.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/circus.css b/circus.css index cc1d490..67de35a 100644 --- a/circus.css +++ b/circus.css @@ -33,8 +33,8 @@ .g3 {background: #BF6} .c-af, .g4 {background: #FF6} -.c-eu, .g5 {background: #FC6} +.c-eu {background: #FB6} .g6 {background: #F96} .c-as, .g7 {background: #F77} @@ -52,8 +52,8 @@ .g3 a:hover, .g3[onclick]:hover {background: #000; color: #CE6} .c-af:hover, .g4 a:hover, .g4[onclick]:hover {background: #000; color: #FF7} -.c-eu:hover, .g5 a:hover, .g5[onclick]:hover {background: #000; color: #FA6} +.c-eu:hover {background: #000; color: #FB6} .g6 a:hover, .g6[onclick]:hover {background: #000; color: #FFA070} .c-as:hover, .g7 a:hover, .g7[onclick]:hover {background: #000; color: #F77} -- 2.30.0