Skip to content

Commit

Permalink
Change background to png
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronteamAAR committed Dec 6, 2022
1 parent 7084cd6 commit d6df92a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Binary file added public/nnnoise.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/nnnoiseDark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions styles/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ body {
margin: 0;
box-sizing: border-box;
font-family: 'Space Grotesk', sans-serif;
background-image: url(../public/nnnoise.svg);
background-image: url(../public/nnnoise.png);
}


Expand All @@ -28,7 +28,7 @@ body {

*,html,body{
color: rgb(158, 158, 158) !important;
background-image: url(../public/nnnoiseDark.svg);
background-image: url(../public/nnnoiseDark.png);

}
}

0 comments on commit d6df92a

Please sign in to comment.