Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -77,7 +77,7 @@ css = """
|
|
77 |
padding: 40px 20px;
|
78 |
background: linear-gradient(45deg, var(--primary-color), var(--secondary-color));
|
79 |
border-radius: var(--border-radius);
|
80 |
-
color: white;
|
81 |
margin-bottom: var(--spacing);
|
82 |
}
|
83 |
|
@@ -85,11 +85,13 @@ css = """
|
|
85 |
font-size: 2.5em;
|
86 |
font-weight: 700;
|
87 |
margin-bottom: 10px;
|
|
|
88 |
}
|
89 |
|
90 |
.app-subtitle {
|
91 |
font-size: 1.2em;
|
92 |
opacity: 0.9;
|
|
|
93 |
}
|
94 |
|
95 |
.content-block {
|
|
|
77 |
padding: 40px 20px;
|
78 |
background: linear-gradient(45deg, var(--primary-color), var(--secondary-color));
|
79 |
border-radius: var(--border-radius);
|
80 |
+
color: white !important;
|
81 |
margin-bottom: var(--spacing);
|
82 |
}
|
83 |
|
|
|
85 |
font-size: 2.5em;
|
86 |
font-weight: 700;
|
87 |
margin-bottom: 10px;
|
88 |
+
color: white !important;
|
89 |
}
|
90 |
|
91 |
.app-subtitle {
|
92 |
font-size: 1.2em;
|
93 |
opacity: 0.9;
|
94 |
+
color: white !important;
|
95 |
}
|
96 |
|
97 |
.content-block {
|