Spaces:
Sleeping
Sleeping
Commit
·
153af8f
1
Parent(s):
058dfea
Update: font styling
Browse files
app.py
CHANGED
@@ -52,11 +52,12 @@ with gr.Blocks() as interface:
|
|
52 |
<style>
|
53 |
body {
|
54 |
background-color: black;
|
|
|
55 |
}
|
56 |
.gradio-container {
|
57 |
-
color: #D3D3D3; /* Ensure Gradio components also have
|
58 |
}
|
59 |
-
h1, h2, h3, h4, h5, h6
|
60 |
color: #FFFFFF !important; /* Force all headings, paragraphs, and labels to white */
|
61 |
}
|
62 |
.gr-markdown {
|
|
|
52 |
<style>
|
53 |
body {
|
54 |
background-color: black;
|
55 |
+
color: #D3D3D3; /* Set the default text color to light grey */
|
56 |
}
|
57 |
.gradio-container {
|
58 |
+
color: #D3D3D3; /* Ensure Gradio components also have light grey text */
|
59 |
}
|
60 |
+
h1, h2, h3, h4, h5, h6 {
|
61 |
color: #FFFFFF !important; /* Force all headings, paragraphs, and labels to white */
|
62 |
}
|
63 |
.gr-markdown {
|