1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-03-12 17:55:41 +08:00

Change li icon (#4379)

This commit is contained in:
Wang Shidong 2021-08-10 11:47:56 +08:00 committed by GitHub
parent e047354a65
commit c2dc72b58d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -650,7 +650,7 @@ li {
padding-left: 1.3em;
}
li:before {
content: "·"; /* FontAwesome Unicode */
content: ""; /* FontAwesome Unicode */
// font-family: FontAwesome;
display: inline-block;
margin-left: -1.3em; /* same as padding-left set on li */