aboutsummaryrefslogtreecommitdiffstats
path: root/public
diff options
context:
space:
mode:
Diffstat (limited to 'public')
-rw-r--r--public/app.css10
1 files changed, 10 insertions, 0 deletions
diff --git a/public/app.css b/public/app.css
new file mode 100644
index 0000000..72df7ca
--- /dev/null
+++ b/public/app.css
@@ -0,0 +1,10 @@
+@viewpoer {
+ width: device-width;
+ initial-scale: 1.0;
+}
+
+body {
+ background-color: #233;
+ color: #ccc;
+ font-size: 10pt;
+}