Spaces:
Sleeping
Sleeping
John Graham Reynolds
commited on
Commit
·
09afc17
1
Parent(s):
0332084
add streamlit and css styling configs
Browse files- .streamlit/config.toml +6 -0
- .streamlit/style.css +3 -0
.streamlit/config.toml
ADDED
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
[theme]
|
2 |
+
primaryColor="#FAEBD7"
|
3 |
+
backgroundColor="#f9f7f4"
|
4 |
+
secondaryBackgroundColor="#FAEBD7"
|
5 |
+
textColor="#1B3139"
|
6 |
+
font="sans serif"
|
.streamlit/style.css
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
.st-emotion-cache-1tpusnk a{
|
2 |
+
color: #625b31;
|
3 |
+
}
|