X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/0ec1918e9ea19466404dd204c30dea88af25bea7..90bfe9a4d5cb83c325d989f260c1e1e1f6c74427:/mono.css diff --git a/mono.css b/mono.css index 30f878a..432b12b 100644 --- a/mono.css +++ b/mono.css @@ -21,6 +21,8 @@ body ul.keys li.new { border-color: #888; } +td.Co {background: #FFF} /* private */ + /* code syntax */ #source pre { color: #444 } .sy-comment { color: #888; text-shadow: #888 0 0 1em } @@ -33,3 +35,12 @@ body ul.keys li.new { .sy-error { font-weight: bold; background-color: #000; color: #FFF } .sy-todo { background-color: #CCC } +/* continents */ +td.c-af {background: #000; color: #FFF} +td.c-eu {background: #333; color: #FFF} +td.c-as {background: #666; color: #FFF} +td.c-aa {background: #999; color: #FFF} +td.c-oc {background: #BBB} +td.c-sa {background: #999} +td.c-na {background: #666} +