Skip to content

Commit ed63551

Browse files
committed
Fixed overlay.png and bg.jpg paths
1 parent aa3a3d5 commit ed63551

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

static/css/main.css

+3-3
Original file line numberDiff line numberDiff line change
@@ -608,7 +608,7 @@
608608
-webkit-pointer-events: none;
609609
-ms-pointer-events: none;
610610
pointer-events: none;
611-
background-image: url("../../img/overlay.png");
611+
background-image: url("../img/overlay.png");
612612
background-color: rgba(19, 21, 25, 0.5);
613613
border-radius: 4px;
614614
content: '';
@@ -1075,7 +1075,7 @@
10751075
-webkit-transition-delay: 0.75s;
10761076
-ms-transition-delay: 0.75s;
10771077
transition-delay: 0.75s;
1078-
background-image: linear-gradient(to top, rgba(19, 21, 25, 0.5), rgba(19, 21, 25, 0.5)), url("../../img/overlay.png");
1078+
background-image: linear-gradient(to top, rgba(19, 21, 25, 0.5), rgba(19, 21, 25, 0.5)), url("../img/overlay.png");
10791079
background-size: auto, 256px 256px;
10801080
background-position: center, center;
10811081
background-repeat: no-repeat, repeat;
@@ -1091,7 +1091,7 @@
10911091
-webkit-transition: -webkit-transform 0.325s ease-in-out, -webkit-filter 0.325s ease-in-out;
10921092
-ms-transition: -ms-transform 0.325s ease-in-out, -ms-filter 0.325s ease-in-out;
10931093
transition: transform 0.325s ease-in-out, filter 0.325s ease-in-out;
1094-
background-image: url("/img/bg.jpg");
1094+
background-image: url("../img/bg.jpg");
10951095
background-position: center;
10961096
background-size: cover;
10971097
background-repeat: no-repeat;

0 commit comments

Comments
 (0)