Skip to content

Commit

Permalink
fix(client): incorrect path for background image
Browse files Browse the repository at this point in the history
Closes: #1234
  • Loading branch information
NotExpectedYet committed Oct 1, 2022
1 parent 89e543f commit a3091e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/css/octofarm.css
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ textarea{
body {
background-color: black;
background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
url("/assets/images/bg.jpg");
url("/images/bg.jpg");
background-attachment: fixed;
background-repeat: no-repeat;
-webkit-background-size: cover;
Expand Down

0 comments on commit a3091e5

Please sign in to comment.