Spaces:
Sleeping
Sleeping
Update .streamlit/config.toml
Browse files- .streamlit/config.toml +6 -6
.streamlit/config.toml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
[theme]
|
| 2 |
-
base="light"
|
| 3 |
-
primaryColor="#
|
| 4 |
-
backgroundColor="#
|
| 5 |
-
secondaryBackgroundColor="#FFFFFF"
|
| 6 |
-
textColor="#
|
| 7 |
-
font="sans serif"
|
|
|
|
| 1 |
[theme]
|
| 2 |
+
base = "light"
|
| 3 |
+
primaryColor = "#1E3A8A" # Indigo-900
|
| 4 |
+
backgroundColor = "#F8FAFC" # Slate-50
|
| 5 |
+
secondaryBackgroundColor = "#FFFFFF"
|
| 6 |
+
textColor = "#0F172A" # Slate-900
|
| 7 |
+
font = "sans serif"
|