Move background image to its own folder

This commit is contained in:
Leilukin 2024-04-06 14:26:35 +08:00 committed by Helen Chong
parent 0298ed22fd
commit 6d89aea615
4 changed files with 2 additions and 2 deletions

View File

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

View File

Before

Width:  |  Height:  |  Size: 5.0 KiB

After

Width:  |  Height:  |  Size: 5.0 KiB

View File

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.0 KiB