From fde1d9e8ce8bad7d3b1644aca2c505ba38c2c080 Mon Sep 17 00:00:00 2001 From: Jelmer van der Linde Date: Sat, 16 Sep 2017 12:02:13 +0200 Subject: [PATCH] Add toggle to use real or nice yellow colors --- index.html | 24 +++++++++++++++++++++++- 1 file changed, 23 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index 51eaf59..c92b042 100644 --- a/index.html +++ b/index.html @@ -11,16 +11,31 @@ margin: 0; padding: 0; height: 100%; + font: 12px/16px sans-serif; + color: white; } #seamap { width: 100%; height: 100%; } + + #controls { + position: fixed; + bottom: 10px; + left: 10px; + z-index: 1000; + }
+
+ +