Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -168,7 +168,10 @@ with gr.Blocks(title="Sistema de Busca de Cons贸rcio Im贸vel") as demo:
|
|
| 168 |
* {
|
| 169 |
font-family: 'Poppins', sans-serif !important;
|
| 170 |
}
|
| 171 |
-
|
|
|
|
|
|
|
|
|
|
| 172 |
/* Estilo geral dos inputs */
|
| 173 |
.gr-input, .gr-textbox, .gr-number, .gr-group {
|
| 174 |
background-color: white !important;
|
|
|
|
| 168 |
* {
|
| 169 |
font-family: 'Poppins', sans-serif !important;
|
| 170 |
}
|
| 171 |
+
body {
|
| 172 |
+
background-color: #28242c !important;
|
| 173 |
+
color: #000;
|
| 174 |
+
}
|
| 175 |
/* Estilo geral dos inputs */
|
| 176 |
.gr-input, .gr-textbox, .gr-number, .gr-group {
|
| 177 |
background-color: white !important;
|