diff options
author | Simponic <loganhunt@simponic.xyz> | 2022-06-04 16:01:10 -0600 |
---|---|---|
committer | Simponic <loganhunt@simponic.xyz> | 2022-06-04 16:01:10 -0600 |
commit | f6871ced2774a88f5177421224e7ae2375404e61 (patch) | |
tree | a09c7eccb9ed8636a23cf8a7561658762d068908 /styles | |
parent | 07a2c18985284431c18a619cfaa3f5681239dd48 (diff) | |
download | bbiy-f6871ced2774a88f5177421224e7ae2375404e61.tar.gz bbiy-f6871ced2774a88f5177421224e7ae2375404e61.zip |
Add prod branch for launching on simponic.xyzprod
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 +} |