Update verbatim.css
Browse files- 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 |
-
|
| 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 |
-
|
| 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 |
}
|