countries: intermediate circus colour for europe
authorMischa POSLAWSKY <perl@shiar.org>
Tue, 14 Jul 2015 00:49:15 +0000 (02:49 +0200)
committerMischa POSLAWSKY <perl@shiar.org>
Mon, 21 Sep 2015 22:20:08 +0000 (00:20 +0200)
Create a distinct style between g4 (africa) and g7 (asia) for better
distribution.

circus.css

index cc1d490897b62ec871282cddc41da99dc80669fb..67de35a86b672b89e3e991c3f51931785feca3f8 100644 (file)
@@ -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}