From de1987bfec551d281a71adf217bf100d2f4f073e Mon Sep 17 00:00:00 2001 From: Liam Date: Wed, 18 Oct 2023 05:23:58 +0100 Subject: [PATCH] move theme to folder --- public/assets/{ => theme}/ss-bulma.css | 0 public/assets/{ => theme}/ssr.css | 4 ++-- public/index.html | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) rename public/assets/{ => theme}/ss-bulma.css (100%) rename public/assets/{ => theme}/ssr.css (98%) diff --git a/public/assets/ss-bulma.css b/public/assets/theme/ss-bulma.css similarity index 100% rename from public/assets/ss-bulma.css rename to public/assets/theme/ss-bulma.css diff --git a/public/assets/ssr.css b/public/assets/theme/ssr.css similarity index 98% rename from public/assets/ssr.css rename to public/assets/theme/ssr.css index 67aa7e6..ec25a43 100644 --- a/public/assets/ssr.css +++ b/public/assets/theme/ssr.css @@ -76,7 +76,7 @@ select { height: 100%; background-size: cover; background-repeat: no-repeat; - background-image: url("./scoresaber-logo.svg"); + background-image: url("/assets/scoresaber-logo.svg"); } .beatsavior-icon { @@ -92,7 +92,7 @@ select { height: 100%; background-size: cover; background-repeat: no-repeat; - background-image: url("./accsaber-logo.png"); + background-image: url("/assets/accsaber-logo.png"); } .grid-transition-helper { diff --git a/public/index.html b/public/index.html index b309a6f..203a479 100644 --- a/public/index.html +++ b/public/index.html @@ -8,8 +8,8 @@ - - + +