diff --git a/lostplaces/lostplaces_app/static/main.css b/lostplaces/lostplaces_app/static/main.css index f50e474..782faa4 100644 --- a/lostplaces/lostplaces_app/static/main.css +++ b/lostplaces/lostplaces_app/static/main.css @@ -221,19 +221,19 @@ body { overflow: hidden; } .LP-Message--error .LP-Message__Icon { background-color: #02979e; - background-image: url("/icons/error.png"); } + background-image: url("icons/error.png"); } .LP-Message--warning .LP-Message__Icon { background-color: #0047e7; - background-image: url("/icons/error.png"); } + background-image: url("icons/error.png"); } .LP-Message--info .LP-Message__Icon { background-color: #522719; - background-image: url("/icons/information.svg"); } + background-image: url("icons/information.svg"); } .LP-Message--success .LP-Message__Icon { background-color: #6937ff; - background-image: url("/icons/success.svg"); } + background-image: url("icons/success.svg"); } .LP-Message--debug .LP-Message__Icon { background-color: #046a2f; - background-image: url("/icons/debug.png"); } + background-image: url("icons/debug.png"); } .LP-Message .LP-Message__Icon { background-size: 40px 40px; background-repeat: no-repeat;