Move background image to its own folder

This commit is contained in:
Helen Chong 2024-04-06 14:26:35 +08:00
parent b598749f79
commit 5783d63621
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