Spaces:
Running
Running
Update style.css
Browse files
style.css
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
html, body {
|
| 2 |
margin: 0;
|
| 3 |
height: 100%;
|
| 4 |
-
background:
|
| 5 |
color: #d7ffe9;
|
| 6 |
font-family: monospace;
|
| 7 |
}
|
|
@@ -12,13 +12,13 @@ html, body {
|
|
| 12 |
width: 100vw;
|
| 13 |
}
|
| 14 |
|
| 15 |
-
#
|
| 16 |
flex: 1;
|
| 17 |
-
|
| 18 |
}
|
| 19 |
|
| 20 |
#console {
|
| 21 |
-
width:
|
| 22 |
background: #020b0a;
|
| 23 |
border-left: 1px solid #144;
|
| 24 |
display: flex;
|
|
|
|
| 1 |
html, body {
|
| 2 |
margin: 0;
|
| 3 |
height: 100%;
|
| 4 |
+
background: black;
|
| 5 |
color: #d7ffe9;
|
| 6 |
font-family: monospace;
|
| 7 |
}
|
|
|
|
| 12 |
width: 100vw;
|
| 13 |
}
|
| 14 |
|
| 15 |
+
#gl {
|
| 16 |
flex: 1;
|
| 17 |
+
display: block;
|
| 18 |
}
|
| 19 |
|
| 20 |
#console {
|
| 21 |
+
width: 400px;
|
| 22 |
background: #020b0a;
|
| 23 |
border-left: 1px solid #144;
|
| 24 |
display: flex;
|