Spaces:
Runtime error
Runtime error
JavierGon12
commited on
Commit
•
48b11be
1
Parent(s):
5c97133
Change appearance to retraced colors
Browse files- .streamlit/config.toml +4 -4
- style.css +1 -0
.streamlit/config.toml
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
[theme]
|
2 |
-
primaryColor="#
|
3 |
-
backgroundColor="#
|
4 |
-
secondaryBackgroundColor="#
|
5 |
-
textColor="#
|
6 |
font="monospace"
|
|
|
1 |
[theme]
|
2 |
+
primaryColor="#37b4b4"
|
3 |
+
backgroundColor="#0D1C35"
|
4 |
+
secondaryBackgroundColor="#1E5C67"
|
5 |
+
textColor="#F2F2F0"
|
6 |
font="monospace"
|
style.css
CHANGED
@@ -1,6 +1,7 @@
|
|
1 |
|
2 |
/* styles.css */
|
3 |
|
|
|
4 |
.title {
|
5 |
color: #ffffff;
|
6 |
font-size: 34px;
|
|
|
1 |
|
2 |
/* styles.css */
|
3 |
|
4 |
+
|
5 |
.title {
|
6 |
color: #ffffff;
|
7 |
font-size: 34px;
|