We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aebad62 commit 75349f9Copy full SHA for 75349f9
css/activities.css
@@ -634,6 +634,8 @@ table {
634
635
#canvas {
636
overflow-y: visible;
637
+ background-color: #FFFFFF;
638
+ width: 100%;
639
}
640
641
#statusDiv {
css/themes.css
@@ -24,6 +24,10 @@
24
background-color: #022363 !important;
25
26
27
+ .dark #canvas {
28
+ background-color: #1c1c1c;
29
+ }
30
+
31
.dark .blue.darken-1 {
32
background-color: #01143b !important;
33
index.html
@@ -311,7 +311,6 @@
311
id="canvas"
312
width="100%"
313
height="100%"
314
- style="background-color:#FFFFFF; width:100%"
315
>
316
</canvas>
317
0 commit comments