From c25290b68096ae3f33530df5a97dc699b00f1e57 Mon Sep 17 00:00:00 2001 From: prescientmoon Date: Mon, 4 Mar 2024 16:28:04 +0100 Subject: [PATCH] typescript(og-website): Replace discord cdn wallpaper with original url Signed-off-by: prescientmoon --- typescript/og-website/src/static/css/config.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/typescript/og-website/src/static/css/config.css b/typescript/og-website/src/static/css/config.css index 60b92d9..3646ebb 100644 --- a/typescript/og-website/src/static/css/config.css +++ b/typescript/og-website/src/static/css/config.css @@ -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;