Spaces:
Sleeping
Sleeping
changed bg colour
Browse files
app.py
CHANGED
@@ -67,6 +67,7 @@ body {
|
|
67 |
background-attachment: fixed;
|
68 |
height: 100%; /* Ensure body height is 100% of the viewport */
|
69 |
margin: 0;
|
|
|
70 |
overflow-y: auto; /* Allow vertical scrolling */
|
71 |
}
|
72 |
.custom-row {
|
|
|
67 |
background-attachment: fixed;
|
68 |
height: 100%; /* Ensure body height is 100% of the viewport */
|
69 |
margin: 0;
|
70 |
+
color: #E6E6FA;
|
71 |
overflow-y: auto; /* Allow vertical scrolling */
|
72 |
}
|
73 |
.custom-row {
|