NeoPy commited on
Commit
d5124ac
·
verified ·
1 Parent(s): 67ee170

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
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="*neutral_900",
80
- block_background_fill_dark="*neutral_900",
81
  block_border_color="*neutral_700",
82
- block_border_width="2px", # Sharper borders
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",