diff options
Diffstat (limited to 'styles')
-rw-r--r-- | styles/style.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/styles/style.css b/styles/style.css index 9f0dc5c..6e5ec46 100644 --- a/styles/style.css +++ b/styles/style.css @@ -1,7 +1,7 @@ body { margin: 0; font-family: Lucida Sans Typewriter,Lucida Console,monaco,Bitstream Vera Sans Mono,monospace; - background-image: url("/assets/image/background.gif"); + background-image: url("/bbiy/assets/image/background.gif"); background-size: cover; image-rendering: pixelated; } @@ -70,4 +70,4 @@ body { .menu-button:hover { background-color: #d0d0d0; -}
\ No newline at end of file +} |