Skip to content

Commit

Permalink
fix: Relative path to asset images.
Browse files Browse the repository at this point in the history
  • Loading branch information
Starciad committed Jan 25, 2024
1 parent d6c496a commit 3d0ef8e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions styles/specials/credits.css
Original file line number Diff line number Diff line change
Expand Up @@ -63,14 +63,14 @@
}

.ce-avatar-starciad {
background-image: url("/assets/graphics/avatars/starciad_avatar.webp");
background-image: url("../../assets/graphics/avatars/starciad_avatar.webp");
background-repeat: no-repeat;
background-size: cover;
background-position: center;
}

.ce-avatar-insanya {
background-image: url("/assets/graphics/avatars/insanya_avatar.webp");
background-image: url("../../assets/graphics/avatars/insanya_avatar.webp");
background-repeat: no-repeat;
background-size: cover;
background-position: center;
Expand All @@ -80,7 +80,7 @@
width: 100px;
height: 100px;

background-image: url("/assets/graphics/avatars/focsi_avatar.webp");
background-image: url("../../assets/graphics/avatars/focsi_avatar.webp");
background-repeat: no-repeat;
background-size:contain;
background-position: center;
Expand All @@ -91,7 +91,7 @@
}

.ce-avatar-igorup {
background-image: url("/assets/graphics/avatars/igor_up.webp");
background-image: url("../../assets/graphics/avatars/igor_up.webp");
background-repeat: no-repeat;
background-size: cover;
background-position: center;
Expand Down

0 comments on commit 3d0ef8e

Please sign in to comment.