Spaces:
Sleeping
Sleeping
Update ui/styles.css
Browse files- ui/styles.css +3 -2
ui/styles.css
CHANGED
|
@@ -9,7 +9,7 @@
|
|
| 9 |
.html-container,
|
| 10 |
.prose,
|
| 11 |
#main_panel {
|
| 12 |
-
background: white !important;
|
| 13 |
background-fill-secondary: white !important;
|
| 14 |
}
|
| 15 |
|
|
@@ -28,9 +28,10 @@
|
|
| 28 |
|
| 29 |
|
| 30 |
/* Instructional Guidance Blocks */
|
| 31 |
-
#component-8, #component-10 {
|
| 32 |
padding: 2em !important;
|
| 33 |
margin: 16px 0 !important;
|
|
|
|
| 34 |
}
|
| 35 |
|
| 36 |
|
|
|
|
| 9 |
.html-container,
|
| 10 |
.prose,
|
| 11 |
#main_panel {
|
| 12 |
+
background-color: white !important;
|
| 13 |
background-fill-secondary: white !important;
|
| 14 |
}
|
| 15 |
|
|
|
|
| 28 |
|
| 29 |
|
| 30 |
/* Instructional Guidance Blocks */
|
| 31 |
+
#component-8, #component-10, #component-11 {
|
| 32 |
padding: 2em !important;
|
| 33 |
margin: 16px 0 !important;
|
| 34 |
+
background-color: white !important;
|
| 35 |
}
|
| 36 |
|
| 37 |
|