JNP3 16/17

Dependencies:   mbed nRF24L01P

Revision:
14:ef2ae1593462
Parent:
13:021a34db0650
Child:
15:ce1b7c40ecb8
diff -r 021a34db0650 -r ef2ae1593462 frontend/kubus.css
--- a/frontend/kubus.css	Thu Jan 05 22:36:05 2017 +0100
+++ b/frontend/kubus.css	Fri Jan 06 00:55:05 2017 +0100
@@ -1,3 +1,29 @@
 body {
     font-family: triplicate, Courier, "Courier New", monospace;
+    font-size: 17px;
+    line-height: 1.3;
+    background-color: #0e2b24;
+    color: #efefef;
+}
+
+h1 {
+    font-size: 1.2em;
+    margin-top: 1em;
+    margin-bottom: 0.5em;
+}
+
+h2 {
+    font-size: 1em;
+    margin-top: 0.5em;
+    margin-bottom: 0.5em;
+}
+
+p {
+    margin-top: 0;
+    margin-bottom: 1em;
+}
+
+.site-header h1 {
+    font-size: 3.1415em;
+    text-align: center;
 }
\ No newline at end of file