Skip to content

Commit 949d107

Browse files
committed
Update background image paths in CSS for consistency
1 parent 25cbe01 commit 949d107

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

public/css/style.css

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1002,10 +1002,10 @@ button,input,select,textarea,label{
10021002
right:-100px;
10031003
width:1440px;
10041004
height:324px;
1005-
background-image:url("../images/header-illustration-light.svg")
1005+
background-image:url("/images/header-illustration-light.svg")
10061006
}
10071007
.lights-off .site-header::before{
1008-
background-image:url("../images/header-illustration-dark.svg")
1008+
background-image:url("/images/header-illustration-dark.svg")
10091009
}
10101010
.site-header-inner{
10111011
position:relative;
@@ -1262,13 +1262,13 @@ button,input,select,textarea,label{
12621262
left:calc(50% - 720px);
12631263
height:263px;
12641264
width:1440px;
1265-
background-image:url("../images/cta-illustration-light.svg")
1265+
background-image:url("/images/cta-illustration-light.svg")
12661266
}
12671267
.hidden{
12681268
display:none;
12691269
}
12701270
.lights-off .cta::before{
1271-
background-image:url("../images/cta-illustration-dark.svg")
1271+
background-image:url("/images/cta-illustration-dark.svg")
12721272
}
12731273
.cta-cta{
12741274
max-width:400px;

0 commit comments

Comments
 (0)