summaryrefslogtreecommitdiff
path: root/index.css
diff options
context:
space:
mode:
Diffstat (limited to 'index.css')
-rw-r--r--index.css11
1 files changed, 10 insertions, 1 deletions
diff --git a/index.css b/index.css
index 4845590..e0a0338 100644
--- a/index.css
+++ b/index.css
@@ -261,6 +261,8 @@ WebGL container
border: 1px solid #b0a565;
width: 800px;
height: 600px;
+
+ background-color: rgb(51, 76.5, 76.5);
}
.opengl_canvas_container .stop_button {
@@ -278,4 +280,11 @@ WebGL container
cursor: pointer;
}
-
+/***********************************
+Input Styling
+************************************/
+.widget_container {
+ display: flex;
+ flex-direction: row;
+ align-items: center;
+}