ThornRugal commited on
Commit
58753e7
·
1 Parent(s): 2d6d05b

update background color

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -16,7 +16,7 @@ class DarkSouls(Base):
16
 
17
  )
18
  super().set(
19
- body_background_fill='url("cover.jpg") no-repeat center/cover',
20
  block_background_fill='#222',
21
  input_background_fill='#222',
22
  input_shadow="inset 0 0 .3em .1em #531",
 
16
 
17
  )
18
  super().set(
19
+ body_background_fill='#222',
20
  block_background_fill='#222',
21
  input_background_fill='#222',
22
  input_shadow="inset 0 0 .3em .1em #531",