Replace animated background image to a static one

This commit is contained in:
Helen Chong 2023-09-11 00:19:48 +08:00
parent 30df16a452
commit a7277bd232
3 changed files with 1 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.2 KiB

BIN
assets/starsforever.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.0 KiB

View File

@ -1,6 +1,6 @@
:root {
--clr-body-bg: #08031A;
--img-body-bg: url('/assets/starsforever.gif');
--img-body-bg: url('/assets/starsforever.png');
--clr-body-txt: #fceaff;
--clr-content-bg: #3d2163;