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:
parent
f1a3e6bd24
commit
eeedd24fc9
3 changed files with 14 additions and 14 deletions
|
@ -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);
|
||||
}
|
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue