This commit is contained in:
parent
49fa6dd451
commit
de1987bfec
@ -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 -->
|
||||||
|
Reference in New Issue
Block a user