Spaces:
Running
Running
Jae-Won Chung
commited on
Commit
·
327a44b
1
Parent(s):
3d567c0
Fix logo color
Browse files
app.py
CHANGED
|
@@ -283,13 +283,13 @@ function format_model_link() {{
|
|
| 283 |
css = """
|
| 284 |
/* Make ML.ENERGY look like a clickable logo. */
|
| 285 |
.text-logo {
|
| 286 |
-
color: #
|
| 287 |
text-decoration: none !important;
|
| 288 |
}
|
| 289 |
|
| 290 |
/* Make the submit button the same color as the logo. */
|
| 291 |
.btn-submit {
|
| 292 |
-
background: #
|
| 293 |
color: white !important;
|
| 294 |
border: 0 !important;
|
| 295 |
}
|
|
|
|
| 283 |
css = """
|
| 284 |
/* Make ML.ENERGY look like a clickable logo. */
|
| 285 |
.text-logo {
|
| 286 |
+
color: #23d175 !important;
|
| 287 |
text-decoration: none !important;
|
| 288 |
}
|
| 289 |
|
| 290 |
/* Make the submit button the same color as the logo. */
|
| 291 |
.btn-submit {
|
| 292 |
+
background: #23d175 !important;
|
| 293 |
color: white !important;
|
| 294 |
border: 0 !important;
|
| 295 |
}
|