Spaces:
Paused
Paused
Nick Jordan commited on
Commit ·
e5ae432
1
Parent(s): c471c4c
style: update colors
Browse files
app.py
CHANGED
|
@@ -82,7 +82,8 @@ custom_css = """
|
|
| 82 |
.main-card {
|
| 83 |
background: linear-gradient(135deg, #ecf1f9 0%, #e0e4f5 100%); /* surface-b to surface-c */
|
| 84 |
}
|
| 85 |
-
|
|
|
|
| 86 |
font-size: 20px;
|
| 87 |
font-weight: bold;
|
| 88 |
margin-bottom: 10px;
|
|
|
|
| 82 |
.main-card {
|
| 83 |
background: linear-gradient(135deg, #ecf1f9 0%, #e0e4f5 100%); /* surface-b to surface-c */
|
| 84 |
}
|
| 85 |
+
|
| 86 |
+
h1 {
|
| 87 |
font-size: 20px;
|
| 88 |
font-weight: bold;
|
| 89 |
margin-bottom: 10px;
|