Update style.css
Browse files
style.css
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
/* --- Page background: Top header + mid repeating --- */
|
| 2 |
html, body {
|
| 3 |
-
background-color:
|
| 4 |
background-image:
|
| 5 |
url('https://huggingface.co/spaces/ESCP/RX12WorkshopTemplate/resolve/main/background_top.png'),
|
| 6 |
url('https://huggingface.co/spaces/ESCP/RX12WorkshopTemplate/resolve/main/background_mid.png') !important;
|
|
|
|
| 1 |
/* --- Page background: Top header + mid repeating --- */
|
| 2 |
html, body {
|
| 3 |
+
background-color: #312e81 !important;
|
| 4 |
background-image:
|
| 5 |
url('https://huggingface.co/spaces/ESCP/RX12WorkshopTemplate/resolve/main/background_top.png'),
|
| 6 |
url('https://huggingface.co/spaces/ESCP/RX12WorkshopTemplate/resolve/main/background_mid.png') !important;
|