Spaces:
Running
Running
Update app.py (#4)
Browse files- Update app.py (59676b7e786427a7010575da5a0545ce16859724)
Co-authored-by: Tyler Kessler <[email protected]>
app.py
CHANGED
@@ -426,7 +426,7 @@ body {
|
|
426 |
}
|
427 |
.custom-title {
|
428 |
font-size: 36px;
|
429 |
-
background:
|
430 |
-webkit-background-clip: text;
|
431 |
-webkit-text-fill-color: transparent;
|
432 |
font-weight: bold;
|
|
|
426 |
}
|
427 |
.custom-title {
|
428 |
font-size: 36px;
|
429 |
+
background: linear-gradient(90deg, rgb(29, 161, 255) 0%, rgb(163, 44, 255) 56%, rgb(251, 156, 255) 100%) text;
|
430 |
-webkit-background-clip: text;
|
431 |
-webkit-text-fill-color: transparent;
|
432 |
font-weight: bold;
|