Move background image to its own folder
This commit is contained in:
parent
b598749f79
commit
5783d63621
|
@ -3,7 +3,7 @@
|
||||||
/* ------------------- */
|
/* ------------------- */
|
||||||
:root {
|
:root {
|
||||||
--clr-body-bg: #08031A;
|
--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-body-txt: #fceaff;
|
||||||
--clr-content-bg: #3d2163;
|
--clr-content-bg: #3d2163;
|
||||||
|
|
||||||
|
|
Before Width: | Height: | Size: 5.0 KiB After Width: | Height: | Size: 5.0 KiB |
|
@ -3,7 +3,7 @@
|
||||||
/* ------------------- */
|
/* ------------------- */
|
||||||
:root {
|
:root {
|
||||||
--clr-body-bg: #08031A;
|
--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-body-txt: #fceaff;
|
||||||
--clr-content-bg: #3d2163;
|
--clr-content-bg: #3d2163;
|
||||||
|
|
||||||
|
|
Binary file not shown.
After Width: | Height: | Size: 5.0 KiB |
Loading…
Reference in New Issue