Skip to content

Commit bcd8768

Browse files
authoredOct 30, 2021
Update master.css
1 parent 0ed4df4 commit bcd8768

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎css/master.css

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
body {
1212
font-family: 'Open Sans', sans-serif;
1313
background: var(--color-main-light);
14-
background-image: url('/img/bg.png');
14+
background-image: url('img/bg.png');
1515
background-blend-mode: multiply;
1616
background-size: 50rem;
1717
margin: 0;
@@ -76,4 +76,4 @@ input:focus-visible {
7676
a {
7777
color: var(--color-main-dark);
7878
text-decoration: none;
79-
}
79+
}

0 commit comments

Comments
 (0)
Please sign in to comment.