typescript(og-website): Replace discord cdn wallpaper with original url
Signed-off-by: prescientmoon <git@moonythm.dev>
This commit is contained in:
parent
bf7e7308be
commit
c25290b680
|
@ -5,7 +5,7 @@
|
|||
--nav-bg: rgba(79, 79, 79, 0.3);
|
||||
--on-bg: white;
|
||||
--title-font: 'Permanent Marker', cursive;
|
||||
--home-bg: url(https://cdn.discordapp.com/attachments/485859146558865408/635409620537442325/Wallpaper_space_galaxy_planet_4k_Space_8652415352.jpg);
|
||||
--home-bg: url(https://i.pinimg.com/originals/52/28/c1/5228c1ca678bf00fb3996bf9fa1c54b1.jpg);
|
||||
--glow-color-1: white;
|
||||
--glow-color-2: cyan;
|
||||
--glow-color-3: blue;
|
||||
|
|
Loading…
Reference in a new issue