Update app.py
Browse files
app.py
CHANGED
|
@@ -10,8 +10,14 @@ def main():
|
|
| 10 |
text-align: center;
|
| 11 |
color: #f85149;
|
| 12 |
}
|
| 13 |
-
h3
|
| 14 |
-
color: #
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 15 |
font-weight: 100;
|
| 16 |
font-style: italic;
|
| 17 |
font-size: large;
|
|
|
|
| 10 |
text-align: center;
|
| 11 |
color: #f85149;
|
| 12 |
}
|
| 13 |
+
h3 {
|
| 14 |
+
color: #df6f6a;
|
| 15 |
+
font-weight: 100;
|
| 16 |
+
font-style: italic;
|
| 17 |
+
font-size: large;
|
| 18 |
+
}
|
| 19 |
+
h3 a {
|
| 20 |
+
color: white;
|
| 21 |
font-weight: 100;
|
| 22 |
font-style: italic;
|
| 23 |
font-size: large;
|