1
0
Fork 1
mirror of https://github.com/TeamOctolings/Octobot.git synced 2025-05-10 07:53:15 +03:00

Use relative paths to assets

i LOVE github pages <3

Signed-off-by: mctaylors <cantsendmails@mctaylors.ru>
This commit is contained in:
Macintxsh 2024-07-03 01:08:41 +05:00
parent f1a3e6bd24
commit eeedd24fc9
Signed by: mctaylors
GPG key ID: 4EEF4F949A266EE2
3 changed files with 14 additions and 14 deletions

View file

@ -1,11 +1,11 @@
@font-face {
font-family: 'BlitzBold';
font-weight: normal;
src: url(/assets/woff2/BlitzBold.woff2);
src: url(../woff2/BlitzBold.woff2);
}
@font-face {
font-family: 'BlitzMain';
font-weight: normal;
src: url(/assets/woff2/BlitzMain.woff2);
src: url(../woff2/BlitzMain.woff2);
}

View file

@ -77,10 +77,10 @@ a.alternative {
}
.content > .card {
mask-image: url("/assets/svg/card-header.svg");
mask-image: url("../svg/card-header.svg");
mask-size: 2000px auto;
mask-position: top;
background-image: url("/assets/png/tapes-transparent.png");
background-image: url("../png/tapes-transparent.png");
background-size: contain;
width: 480px;
min-height: 520px;