Spaces:
Sleeping
Sleeping
Commit
·
994bcfa
1
Parent(s):
af3bf18
Update app.py
Browse files
app.py
CHANGED
@@ -39,6 +39,7 @@ st.markdown(
|
|
39 |
body {
|
40 |
color: white;
|
41 |
background-color: #1e1e1e;
|
|
|
42 |
}
|
43 |
.st-df-header, .st-df-body, .st-df-caption {
|
44 |
color: #f8f9fa; /* Bootstrap table header text color */
|
|
|
39 |
body {
|
40 |
color: white;
|
41 |
background-color: #1e1e1e;
|
42 |
+
font-family: 'Quicksand', sans-serif;
|
43 |
}
|
44 |
.st-df-header, .st-df-body, .st-df-caption {
|
45 |
color: #f8f9fa; /* Bootstrap table header text color */
|