Spaces:
Runtime error
Runtime error
Commit
·
9c2c870
1
Parent(s):
c963187
Changed to Hex colors.
Browse files
app.py
CHANGED
@@ -83,8 +83,8 @@ class ArtemisiaTheme(Base):
|
|
83 |
|
84 |
# Set text colors to white
|
85 |
self.set(
|
86 |
-
body_text_color=
|
87 |
-
text_color=
|
88 |
)
|
89 |
|
90 |
# Background settings
|
|
|
83 |
|
84 |
# Set text colors to white
|
85 |
self.set(
|
86 |
+
body_text_color="#ffffff",
|
87 |
+
text_color="ffffff",
|
88 |
)
|
89 |
|
90 |
# Background settings
|