From: Mischa POSLAWSKY Date: Tue, 14 Jul 2015 00:49:15 +0000 (+0200) Subject: countries: intermediate circus colour for europe X-Git-Tag: v1.8~42 X-Git-Url: http://git.shiar.nl/sheet.git/commitdiff_plain/c4aefc1dcbbf61db7f8b63a25254ffa8a585e598 countries: intermediate circus colour for europe Create a distinct style between g4 (africa) and g7 (asia) for better distribution. --- 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}