From 32009841d33358491c296c368bcf8a7c0aeda4a1 Mon Sep 17 00:00:00 2001 From: zylfu <51331158+zylfu@users.noreply.github.com> Date: Fri, 10 Sep 2021 12:41:28 +0200 Subject: [PATCH] Update style.css --- css/style.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/css/style.css b/css/style.css index f1a92c9..a00a8c4 100644 --- a/css/style.css +++ b/css/style.css @@ -60,5 +60,7 @@ background-color: white; box-shadow: 10px 10px 5px #ebeeef; } -ol{list-style-image: url("/images/liste.png"); + +ol{ + list-style-image: url("../images/bullet.png"); }