move theme to folder
All checks were successful
deploy / deploy (push) Successful in 47s

This commit is contained in:
Lee 2023-10-18 05:23:58 +01:00
parent 49fa6dd451
commit de1987bfec
3 changed files with 4 additions and 4 deletions

@ -76,7 +76,7 @@ select {
height: 100%; height: 100%;
background-size: cover; background-size: cover;
background-repeat: no-repeat; background-repeat: no-repeat;
background-image: url("./scoresaber-logo.svg"); background-image: url("/assets/scoresaber-logo.svg");
} }
.beatsavior-icon { .beatsavior-icon {
@ -92,7 +92,7 @@ select {
height: 100%; height: 100%;
background-size: cover; background-size: cover;
background-repeat: no-repeat; background-repeat: no-repeat;
background-image: url("./accsaber-logo.png"); background-image: url("/assets/accsaber-logo.png");
} }
.grid-transition-helper { .grid-transition-helper {

@ -8,8 +8,8 @@
<!-- Internal Assets --> <!-- Internal Assets -->
<link rel="icon" type="image/png" href="/assets/favicon.png" /> <link rel="icon" type="image/png" href="/assets/favicon.png" />
<link rel="stylesheet" href="/assets/ss-bulma.css" /> <link rel="stylesheet" href="/assets/theme/ss-bulma.css" />
<link rel="stylesheet" href="/assets/ssr.css?20210925" /> <link rel="stylesheet" href="/assets/theme/ssr.css?20210925" />
<link rel="stylesheet" href="/build/bundle.css" /> <link rel="stylesheet" href="/build/bundle.css" />
<!-- External Assets --> <!-- External Assets -->