Updated app.
Browse files
app.py
CHANGED
@@ -281,7 +281,7 @@ custom_css = """
|
|
281 |
}
|
282 |
|
283 |
.form-section h3 {
|
284 |
-
color: #
|
285 |
font-weight: 700 !important;
|
286 |
font-size: 1.5rem !important;
|
287 |
margin-bottom: 1.5rem !important;
|
@@ -388,7 +388,7 @@ custom_css = """
|
|
388 |
}
|
389 |
|
390 |
.tips-section h4 {
|
391 |
-
color: #
|
392 |
font-weight: 700 !important;
|
393 |
margin-bottom: 1rem !important;
|
394 |
}
|
|
|
281 |
}
|
282 |
|
283 |
.form-section h3 {
|
284 |
+
color: #ffffff !important;
|
285 |
font-weight: 700 !important;
|
286 |
font-size: 1.5rem !important;
|
287 |
margin-bottom: 1.5rem !important;
|
|
|
388 |
}
|
389 |
|
390 |
.tips-section h4 {
|
391 |
+
color: #ffffff !important;
|
392 |
font-weight: 700 !important;
|
393 |
margin-bottom: 1rem !important;
|
394 |
}
|