alexkueck commited on
Commit
700bbfc
·
verified ·
1 Parent(s): 497ea64

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -243,13 +243,14 @@ with gr.Blocks(css="""
243
  }
244
  .doc-name {
245
  font-weight: bold;
246
- color: #FFD700;
247
  }
248
  .page-number {
249
  font-weight: bold;
250
  color: #FF5733;
251
  }
252
  #doc_links, #relevant_text {
 
253
  background-color: #333333; /* Sehr dunkles Grau */
254
  padding: 10px; /* Innenabstand */
255
  border-radius: 5px; /* Abgerundete Ecken */
 
243
  }
244
  .doc-name {
245
  font-weight: bold;
246
+ color: #DDA0DD;
247
  }
248
  .page-number {
249
  font-weight: bold;
250
  color: #FF5733;
251
  }
252
  #doc_links, #relevant_text {
253
+ color: #DDA0DD;
254
  background-color: #333333; /* Sehr dunkles Grau */
255
  padding: 10px; /* Innenabstand */
256
  border-radius: 5px; /* Abgerundete Ecken */