suayptalha commited on
Commit
37c6655
·
verified ·
1 Parent(s): 8784854

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +7 -1
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 {