Skip to content

Commit

Permalink
move background image inside src
Browse files Browse the repository at this point in the history
  • Loading branch information
juandjara committed May 12, 2020
1 parent c8a6a71 commit d0fd99d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes
2 changes: 1 addition & 1 deletion www/src/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ code {

body {
background-size: 150px 150px;
background-image: url('/background-noise.png');
background-color: #4f43f2;
background-image: url('./img/background-noise.png');
background-repeat: repeat;
color: white;
min-height: 100vh;
Expand Down

0 comments on commit d0fd99d

Please sign in to comment.