diff options
Diffstat (limited to 'static')
| -rw-r--r-- | static/css/style.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static/css/style.css b/static/css/style.css index 9a0fbe8..ba671f1 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -9,7 +9,7 @@ body { font-family: "Bitstream Vera Sans","DejaVu Sans",Verdana,Arial,sans-serif; line-height: 1.4; justify-content: center; - background-image: url(background.png) + background-image: url(/static/image/background.png) } a { |