Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -27,6 +27,7 @@ st.markdown("""
|
|
| 27 |
}
|
| 28 |
|
| 29 |
:root {
|
|
|
|
| 30 |
--primary: #6a0dad;
|
| 31 |
--text: #333333;
|
| 32 |
--background: #ffffff;
|
|
@@ -734,6 +735,11 @@ h3 {
|
|
| 734 |
margin-bottom: 1em !important;
|
| 735 |
line-height: 1.8 !important;
|
| 736 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 737 |
</style>
|
| 738 |
""", unsafe_allow_html=True)
|
| 739 |
|
|
|
|
| 27 |
}
|
| 28 |
|
| 29 |
:root {
|
| 30 |
+
color-scheme: light only !important;
|
| 31 |
--primary: #6a0dad;
|
| 32 |
--text: #333333;
|
| 33 |
--background: #ffffff;
|
|
|
|
| 735 |
margin-bottom: 1em !important;
|
| 736 |
line-height: 1.8 !important;
|
| 737 |
}
|
| 738 |
+
|
| 739 |
+
body, .stApp {
|
| 740 |
+
color-scheme: light only !important;
|
| 741 |
+
}
|
| 742 |
+
|
| 743 |
</style>
|
| 744 |
""", unsafe_allow_html=True)
|
| 745 |
|