Astridkraft commited on
Commit
be29271
·
verified ·
1 Parent(s): d554294

Update ui.py

Browse files
Files changed (1) hide show
  1. ui.py +12 -0
ui.py CHANGED
@@ -261,6 +261,18 @@ def main_ui():
261
  font-weight: 500 !important;
262
  }
263
 
 
 
 
 
 
 
 
 
 
 
 
 
264
  /* ===== TEXTBOXEN (FESTE HÖHE) ===== */
265
  .prompt-box textarea {
266
  min-height: 90px !important;
 
261
  font-weight: 500 !important;
262
  }
263
 
264
+ .gr-column:first-child .gr-input label {
265
+ color: #000000 !important; /* Schwarz */
266
+ font-weight: 900 !important; /* Maximum Dicke (900 = black) */
267
+ font-size: 16px !important; /* Etwas größer */
268
+ }
269
+
270
+ .gr-column:last-child .gr-input label {
271
+ color: #000000 !important; /* Schwarz */
272
+ font-weight: 900 !important; /* Maximum Dicke (900 = black) */
273
+ font-size: 16px !important; /* Etwas größer */
274
+ }
275
+
276
  /* ===== TEXTBOXEN (FESTE HÖHE) ===== */
277
  .prompt-box textarea {
278
  min-height: 90px !important;