Commit 86624d25b9f0c90ca415bde903ef41cb299e9f9c
1 parent
c724d2fc
bg
Showing
2 changed files
with
1 additions
and
1 deletions
src/images/bg.jpg renamed to src/assets/bg.jpg
157 KB
src/style/reset.css
@@ -58,7 +58,7 @@ html, body{ | @@ -58,7 +58,7 @@ html, body{ | ||
58 | -moz-user-select: none; | 58 | -moz-user-select: none; |
59 | } | 59 | } |
60 | body{ | 60 | body{ |
61 | - background: url("../images/bg.jpg") no-repeat; | 61 | + background: url("../assets/bg.jpg") no-repeat; |
62 | background-size: 100% 100%; | 62 | background-size: 100% 100%; |
63 | overflow: hidden; | 63 | overflow: hidden; |
64 | font-size: 14px; | 64 | font-size: 14px; |