1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-02-03 00:50:05 +08:00

Fix list-style (#4417)

This commit is contained in:
Wang Shidong 2021-08-21 14:51:16 +08:00 committed by GitHub
parent bcb92d75df
commit 938ad16611
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -643,7 +643,7 @@ a small {
} }
ul { ul {
list-style: coral; list-style: circle;
} }
// ul { list-style-image: url("../images/bullet.png"); } // ul { list-style-image: url("../images/bullet.png"); }