Spaces:
Sleeping
Sleeping
Update app.py
Browse filesChange color to hex white
app.py
CHANGED
@@ -26,7 +26,7 @@ h1 {
|
|
26 |
}
|
27 |
.markdown-block {
|
28 |
background-color: #0b0f1a; /* Light gray background */
|
29 |
-
color:
|
30 |
padding: 10px; /* Padding around the text */
|
31 |
border-radius: 5px; /* Rounded corners */
|
32 |
box-shadow: 0 0 10px rgba(11,15,26,1);
|
|
|
26 |
}
|
27 |
.markdown-block {
|
28 |
background-color: #0b0f1a; /* Light gray background */
|
29 |
+
color: #ffffff; /* white text */
|
30 |
padding: 10px; /* Padding around the text */
|
31 |
border-radius: 5px; /* Rounded corners */
|
32 |
box-shadow: 0 0 10px rgba(11,15,26,1);
|