diff options
| author | sD <stoned@derpymail.org> | 2020-02-12 20:21:48 +0100 |
|---|---|---|
| committer | sD <stoned@derpymail.org> | 2020-02-12 20:21:48 +0100 |
| commit | e2606bddf48d31ce63ce91efa90728e3d25392ca (patch) | |
| tree | 4a2a0c23cbf2d8e8f0da6defbf38ad5ca3bda334 /webAO/styles/soj.css | |
| parent | 7f6d524f28f6fc11a8f223bca47dc8712f9d39db (diff) | |
fix chatbox on localhost and change evibox
Diffstat (limited to 'webAO/styles/soj.css')
| -rw-r--r-- | webAO/styles/soj.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/webAO/styles/soj.css b/webAO/styles/soj.css index 10aab6b..41c1f66 100644 --- a/webAO/styles/soj.css +++ b/webAO/styles/soj.css @@ -7,7 +7,7 @@ body { top: 73%; height: 27%; width: 100%; - background-image: url("/images/chatbox.svg"); + background-image: url("../images/chatbox.svg"); background-size: cover; background-repeat: no-repeat; } |
