Replace animated background image to a static one
This commit is contained in:
parent
30df16a452
commit
a7277bd232
Binary file not shown.
Before Width: | Height: | Size: 5.2 KiB |
Binary file not shown.
After Width: | Height: | Size: 5.0 KiB |
|
@ -1,6 +1,6 @@
|
||||||
:root {
|
:root {
|
||||||
--clr-body-bg: #08031A;
|
--clr-body-bg: #08031A;
|
||||||
--img-body-bg: url('/assets/starsforever.gif');
|
--img-body-bg: url('/assets/starsforever.png');
|
||||||
--clr-body-txt: #fceaff;
|
--clr-body-txt: #fceaff;
|
||||||
--clr-content-bg: #3d2163;
|
--clr-content-bg: #3d2163;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue