diff --git a/feast.css b/feast.css index aa70e3b..de52a9a 100644 --- a/feast.css +++ b/feast.css @@ -1,4 +1,23 @@ +body { + background: #111; + color: #eee; +} + +button { + background: #222; + color: #eee; +} .compass-button { width: 100px; height: 100px; } + +#log { + background: #222; + width: 500px; + height: 700px; +} + +#stats { + float: right; +} diff --git a/feast.html b/feast.html index b531743..92315d8 100644 --- a/feast.html +++ b/feast.html @@ -17,7 +17,11 @@
-