Skip to content

Commit 91aa567

Browse files
committed
fix: correct asset paths in extra.css for ferris images and important icon
1 parent ce130fb commit 91aa567

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

theme/extra.css

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
/* Ferris into the right bottom side */
4343
.info::after {
4444
content: "";
45-
background-image: url("../../images/ferris-love.png");
45+
background-image: url("../images/ferris-love.png");
4646
background-size: contain;
4747
background-repeat: no-repeat;
4848
width: 5rem;
@@ -52,13 +52,12 @@
5252
right: 0;
5353
pointer-events: none;
5454
}
55-
5655
.info.ferris-doubt::after {
57-
background-image: url("../../images/ferris-doubt.svg");
56+
background-image: url("../images/ferris-doubt.svg");
5857
}
5958

6059
.info.ferris-love::after {
61-
background-image: url("../../images/ferris-love.png");
60+
background-image: url("../images/ferris-love.png");
6261
}
6362

6463
.info.important {
@@ -67,7 +66,7 @@
6766
}
6867

6968
.info.important::before {
70-
background-image: url("../../images/important.svg");
69+
background-image: url("../images/important.svg");
7170
fill: #986ee2;
7271
color: #986ee2;
7372
border-color: #986ee2;

0 commit comments

Comments
 (0)