andrewgockenbach commited on
Commit
9c2c870
·
1 Parent(s): c963187

Changed to Hex colors.

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -83,8 +83,8 @@ class ArtemisiaTheme(Base):
83
 
84
  # Set text colors to white
85
  self.set(
86
- body_text_color=colors.white,
87
- text_color=colors.white,
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