Spaces:
Runtime error
Runtime error
Commit
·
58753e7
1
Parent(s):
2d6d05b
update background color
Browse files
app.py
CHANGED
@@ -16,7 +16,7 @@ class DarkSouls(Base):
|
|
16 |
|
17 |
)
|
18 |
super().set(
|
19 |
-
body_background_fill='
|
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",
|