JerLag commited on
Commit
c38e468
·
verified ·
1 Parent(s): 9479c7c

Update verbatim.css

Browse files
Files changed (1) hide show
  1. verbatim.css +2 -2
verbatim.css CHANGED
@@ -189,7 +189,7 @@ html, body, .gradio-container {
189
  .gradio-container .wrap [class*="label"],
190
  .gradio-container [class*="header-button"], /* boutons d'entêtes de tables */
191
  .gradio-container .table caption {
192
- display: none !important;
193
  background: transparent !important;
194
  border: 0 !important;
195
  box-shadow: none !important;
@@ -199,7 +199,7 @@ html, body, .gradio-container {
199
  .gradio-container span[data-testid="block-info"],
200
  .gradio-container .block .label::before,
201
  .gradio-container .block .label::after {
202
- display: none !important;
203
  background: transparent !important;
204
  border: 0 !important;
205
  }
 
189
  .gradio-container .wrap [class*="label"],
190
  .gradio-container [class*="header-button"], /* boutons d'entêtes de tables */
191
  .gradio-container .table caption {
192
+ color: #0F172A !important; /* texte noir */
193
  background: transparent !important;
194
  border: 0 !important;
195
  box-shadow: none !important;
 
199
  .gradio-container span[data-testid="block-info"],
200
  .gradio-container .block .label::before,
201
  .gradio-container .block .label::after {
202
+ color: #0F172A !important; /* texte noir */
203
  background: transparent !important;
204
  border: 0 !important;
205
  }