+
);
diff --git a/src/index.scss b/src/index.scss
index 25e038eb..5ce5a524 100644
--- a/src/index.scss
+++ b/src/index.scss
@@ -2,12 +2,12 @@
// Copyright (c) 2020 The Pybricks Authors
// Override default variables before the import
-$body-bg: #0088ce;
+$body-bg: #e8e8e8;
// Import Bootstrap and its default variables
@import '~bootstrap/scss/bootstrap';
-.Terminal {
+.terminal {
height: 15vh;
}
@@ -19,3 +19,7 @@ $body-bg: #0088ce;
padding: 0px;
padding-right: 8px;
}
+
+.status-bar {
+ background-color: #0088ce;
+}