Spaces:
Sleeping
Sleeping
Commit
·
c73d555
1
Parent(s):
9c2c870
Removing text_color attribute
Browse files
app.py
CHANGED
@@ -84,7 +84,6 @@ class ArtemisiaTheme(Base):
|
|
84 |
# Set text colors to white
|
85 |
self.set(
|
86 |
body_text_color="#ffffff",
|
87 |
-
text_color="ffffff",
|
88 |
)
|
89 |
|
90 |
# Background settings
|
|
|
84 |
# Set text colors to white
|
85 |
self.set(
|
86 |
body_text_color="#ffffff",
|
|
|
87 |
)
|
88 |
|
89 |
# Background settings
|