Update app.py
Browse files
app.py
CHANGED
|
@@ -10,11 +10,11 @@ def main():
|
|
| 10 |
text-align: center;
|
| 11 |
color: #f85149;
|
| 12 |
}
|
| 13 |
-
h3 {
|
| 14 |
-
color: #f85149d1;
|
| 15 |
-
text-transform: uppercase;
|
| 16 |
font-weight: 100;
|
| 17 |
font-style: italic;
|
|
|
|
| 18 |
}
|
| 19 |
table {
|
| 20 |
width: 100%;
|
|
|
|
| 10 |
text-align: center;
|
| 11 |
color: #f85149;
|
| 12 |
}
|
| 13 |
+
h3, h3 * {
|
| 14 |
+
color: #f85149d1 !important;
|
|
|
|
| 15 |
font-weight: 100;
|
| 16 |
font-style: italic;
|
| 17 |
+
font-size: large;
|
| 18 |
}
|
| 19 |
table {
|
| 20 |
width: 100%;
|