Spaces:
Runtime error
Runtime error
Update theme.py
Browse files
theme.py
CHANGED
@@ -44,9 +44,9 @@ class Theme(Base):
|
|
44 |
# Colors
|
45 |
slider_color="*neutral_900",
|
46 |
slider_color_dark="*neutral_500",
|
47 |
-
body_text_color="rgb(
|
48 |
block_label_text_color="rgb(243, 239, 224)",
|
49 |
-
block_title_text_color="rgb(
|
50 |
body_text_color_subdued="*neutral_700",
|
51 |
body_background_fill='*secondary_900',
|
52 |
background_fill_primary='rgb(212,213,212)',
|
|
|
44 |
# Colors
|
45 |
slider_color="*neutral_900",
|
46 |
slider_color_dark="*neutral_500",
|
47 |
+
body_text_color="rgb(243, 239, 224)",
|
48 |
block_label_text_color="rgb(243, 239, 224)",
|
49 |
+
block_title_text_color="rgb(18,13,5)",
|
50 |
body_text_color_subdued="*neutral_700",
|
51 |
body_background_fill='*secondary_900',
|
52 |
background_fill_primary='rgb(212,213,212)',
|