ChenyuRabbitLove commited on
Commit
0abc6dc
1 Parent(s): 2cd53e6

fix: test bg in app container

Browse files
Files changed (1) hide show
  1. theme.py +2 -2
theme.py CHANGED
@@ -33,8 +33,8 @@ class Seafoam(Base):
33
  font_mono=font_mono,
34
  )
35
  super().set(
36
- body_background_fill="url('medias/background.png') no-repeat center center / cover",
37
- body_background_fill_dark="url('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)",
 
33
  font_mono=font_mono,
34
  )
35
  super().set(
36
+ body_background_fill="url('https://storage.googleapis.com/wpassets.junyiacademy.org/1/2023/11/background-scaled.jpg') no-repeat center center / cover",
37
+ body_background_fill_dark="url('https://storage.googleapis.com/wpassets.junyiacademy.org/1/2023/11/background-scaled.jpg') 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)",