From 833b3feb402bcf4247d522181e2201077e314e17 Mon Sep 17 00:00:00 2001 From: rmc Date: Fri, 5 Jan 2024 04:23:18 -0500 Subject: [PATCH] Whoops, bad background image. --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index 73dbd4c..ba90749 100644 --- a/style.css +++ b/style.css @@ -3,7 +3,7 @@ src: url(/font/nintendo_NTLGDB_001.ttf); } body { - background-image: url('https://cdn.randommeaninglesscharacters.com/assets-dsi/menu/dsi_dsi_background.jpg'); + background-image: url('https://cdn.randommeaninglesscharacters.com/ui-images/menu/dsi_dsi_background.jpg'); margin: 0 auto; } .content-wrap {