Update app.py
Browse files
app.py
CHANGED
@@ -76,10 +76,10 @@ class ShadowTheHedgehog(Base):
|
|
76 |
background_fill_primary_dark="#1C2526",
|
77 |
background_fill_secondary="#333333", # Slightly lighter for panels
|
78 |
background_fill_secondary_dark="#333333",
|
79 |
-
block_background_fill="
|
80 |
-
block_background_fill_dark="
|
81 |
block_border_color="*neutral_700",
|
82 |
-
block_border_width="
|
83 |
block_info_text_color="*neutral_400",
|
84 |
block_info_text_size="*text_sm",
|
85 |
block_info_text_weight="400",
|
|
|
76 |
background_fill_primary_dark="#1C2526",
|
77 |
background_fill_secondary="#333333", # Slightly lighter for panels
|
78 |
background_fill_secondary_dark="#333333",
|
79 |
+
block_background_fill="#000000",
|
80 |
+
block_background_fill_dark="#000000",
|
81 |
block_border_color="*neutral_700",
|
82 |
+
block_border_width="1px", # thiner borders
|
83 |
block_info_text_color="*neutral_400",
|
84 |
block_info_text_size="*text_sm",
|
85 |
block_info_text_weight="400",
|