From eff3b4d4c0ab957b3eedb175ed97ba8c81c79308 Mon Sep 17 00:00:00 2001 From: theADAMJR Date: Sat, 10 Jun 2023 17:53:00 +0100 Subject: [PATCH] Update New Stars theme URLs with new values. --- frontend/src/styles/theme/new-stars-theme.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/frontend/src/styles/theme/new-stars-theme.css b/frontend/src/styles/theme/new-stars-theme.css index b1699dc3..33aae3b7 100644 --- a/frontend/src/styles/theme/new-stars-theme.css +++ b/frontend/src/styles/theme/new-stars-theme.css @@ -39,15 +39,15 @@ html, body { - background-image: url("https://newstarsgame.com/public/Purple/Layer%203/Space%20Background%201.png") !important; + background-image: url("https://newstarsgame.com/img/Purple/Layer%203/Space%20Background%201.png") !important; } .member-list { - background-image: url("https://newstarsgame.com/public/Purple/Layer%201/Space%20Background%201.png"); + background-image: url("https://newstarsgame.com/img/Purple/Layer%201/Space%20Background%201.png"); } .sidebar-tabs { - background-image: url("https://newstarsgame.com/public/Purple/Layer%201/Space%20Background%2010.png"); + background-image: url("https://newstarsgame.com/img/Purple/Layer%201/Space%20Background%2010.png"); } div.ReactModal__Content:not(.w-full), @@ -75,7 +75,7 @@ label+* { } div.ReactModal__Overlay { - background-image: url("https://newstarsgame.com/public/Purple/Layer%202/Space%20Background%2010.png") !important; + background-image: url("https://newstarsgame.com/img/Purple/Layer%202/Space%20Background%2010.png") !important; } @keyframes fade-in {