Spaces:
Running on Zero
Running on Zero
update app
Browse files
app.py
CHANGED
|
@@ -277,7 +277,8 @@ footer{display:none!important}
|
|
| 277 |
border-radius:10px;display:flex;align-items:center;justify-content:center;
|
| 278 |
box-shadow:0 4px 12px rgba(173,255,47,.28);
|
| 279 |
}
|
| 280 |
-
.app-logo svg{width:22px;height:22px;fill:#
|
|
|
|
| 281 |
.app-title{
|
| 282 |
font-size:18px;font-weight:700;background:linear-gradient(135deg,#f5f5f5,#bdbdbd);
|
| 283 |
-webkit-background-clip:text;-webkit-text-fill-color:transparent;letter-spacing:-.3px;
|
|
|
|
| 277 |
border-radius:10px;display:flex;align-items:center;justify-content:center;
|
| 278 |
box-shadow:0 4px 12px rgba(173,255,47,.28);
|
| 279 |
}
|
| 280 |
+
.app-logo svg{width:22px;height:22px;fill:#fff;flex-shrink:0}
|
| 281 |
+
|
| 282 |
.app-title{
|
| 283 |
font-size:18px;font-weight:700;background:linear-gradient(135deg,#f5f5f5,#bdbdbd);
|
| 284 |
-webkit-background-clip:text;-webkit-text-fill-color:transparent;letter-spacing:-.3px;
|