Spaces:
Sleeping
Sleeping
Commit
·
e0c8b05
1
Parent(s):
39af6cb
Update: font styling
Browse files
app.py
CHANGED
@@ -61,7 +61,7 @@ with gr.Blocks() as interface:
|
|
61 |
color: #FFFFFF !important; /* Force all headings, paragraphs, and labels to white */
|
62 |
}
|
63 |
.gr-markdown {
|
64 |
-
color: #
|
65 |
}
|
66 |
.gr-button {
|
67 |
background-color: #007bff; /* Optional: Change button background color */
|
|
|
61 |
color: #FFFFFF !important; /* Force all headings, paragraphs, and labels to white */
|
62 |
}
|
63 |
.gr-markdown {
|
64 |
+
color: #D3D3D3 !important; /* Ensure Markdown text is white */
|
65 |
}
|
66 |
.gr-button {
|
67 |
background-color: #007bff; /* Optional: Change button background color */
|