Update style.css

This commit is contained in:
zylfu 2021-09-10 12:41:28 +02:00 committed by GitHub
parent 58ad94c744
commit 32009841d3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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");
}