Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -150,7 +150,12 @@ body, .gradio-container {
|
|
150 |
background-position: center !important;
|
151 |
background-repeat: no-repeat !important;
|
152 |
background-attachment: fixed !important;
|
153 |
-
color: #333;
|
|
|
|
|
|
|
|
|
|
|
154 |
}
|
155 |
|
156 |
/* Üstteki başlık için stil */
|
@@ -210,6 +215,7 @@ footer, .footer, .gradio-footer {
|
|
210 |
}
|
211 |
"""
|
212 |
|
|
|
213 |
# Light mode zorunluluğu için ek CSS
|
214 |
custom_css = """
|
215 |
:root {
|
|
|
150 |
background-position: center !important;
|
151 |
background-repeat: no-repeat !important;
|
152 |
background-attachment: fixed !important;
|
153 |
+
color: #333; /* Varsayılan yazı rengi */
|
154 |
+
}
|
155 |
+
|
156 |
+
/* Tüm yazıların rengini siyah yapmak için */
|
157 |
+
* {
|
158 |
+
color: black !important; /* Butonlar dışındaki tüm yazıları siyah yapar */
|
159 |
}
|
160 |
|
161 |
/* Üstteki başlık için stil */
|
|
|
215 |
}
|
216 |
"""
|
217 |
|
218 |
+
|
219 |
# Light mode zorunluluğu için ek CSS
|
220 |
custom_css = """
|
221 |
:root {
|