summaryrefslogtreecommitdiffstats
path: root/src/renderer/runtime/index.css
diff options
context:
space:
mode:
Diffstat (limited to 'src/renderer/runtime/index.css')
-rw-r--r--src/renderer/runtime/index.css12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/renderer/runtime/index.css b/src/renderer/runtime/index.css
new file mode 100644
index 0000000..672c410
--- /dev/null
+++ b/src/renderer/runtime/index.css
@@ -0,0 +1,12 @@
+html, body, div {
+ width: 100%;
+ height: 100%;
+}
+
+* {
+ margin: 0px;
+ padding: 0px;
+ border: 0px;
+ background: #223;
+ overflow: hidden;
+}