Spaces:
Running
Running
ChenyuRabbitLove
commited on
Commit
•
e598c7c
1
Parent(s):
a141d03
refactor: rename background image
Browse files- medias/background.png +0 -0
- medias/bg_clear.png +0 -3
- theme.py +2 -2
medias/background.png
ADDED
medias/bg_clear.png
DELETED
Git LFS Details
|
theme.py
CHANGED
@@ -33,8 +33,8 @@ class Seafoam(Base):
|
|
33 |
font_mono=font_mono,
|
34 |
)
|
35 |
super().set(
|
36 |
-
body_background_fill="url('file=medias/
|
37 |
-
body_background_fill_dark="url('file=medias/
|
38 |
body_text_color_dark="#333",
|
39 |
background_fill_primary_dark="rgba(255, 255, 255, 1)",
|
40 |
background_fill_secondary_dark="rgba(255, 255, 255, 0)",
|
|
|
33 |
font_mono=font_mono,
|
34 |
)
|
35 |
super().set(
|
36 |
+
body_background_fill="url('file=medias/background.png') no-repeat center center / cover",
|
37 |
+
body_background_fill_dark="url('file=medias/background.png') no-repeat center center / cover",
|
38 |
body_text_color_dark="#333",
|
39 |
background_fill_primary_dark="rgba(255, 255, 255, 1)",
|
40 |
background_fill_secondary_dark="rgba(255, 255, 255, 0)",
|