Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Update app.py
Browse filesChange gradients to black
app.py
CHANGED
@@ -356,7 +356,7 @@ body {
|
|
356 |
}
|
357 |
|
358 |
.custom-button {
|
359 |
-
background:
|
360 |
font-size: 30px;
|
361 |
color: white;
|
362 |
padding: 10px 20px;
|
@@ -372,7 +372,7 @@ body {
|
|
372 |
|
373 |
.custom-title {
|
374 |
font-size: 36px;
|
375 |
-
background:
|
376 |
-webkit-background-clip: text;
|
377 |
-webkit-text-fill-color: transparent;
|
378 |
font-weight: bold;
|
|
|
356 |
}
|
357 |
|
358 |
.custom-button {
|
359 |
+
background: #1E2125;
|
360 |
font-size: 30px;
|
361 |
color: white;
|
362 |
padding: 10px 20px;
|
|
|
372 |
|
373 |
.custom-title {
|
374 |
font-size: 36px;
|
375 |
+
background: #1E2125 text;
|
376 |
-webkit-background-clip: text;
|
377 |
-webkit-text-fill-color: transparent;
|
378 |
font-weight: bold;
|