1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-23 13:00:04 +08:00

Use simple ul style

This commit is contained in:
wsdjeg 2019-10-21 21:12:47 +08:00
parent b90c7fb57a
commit 615f7cdfd1

View File

@ -237,7 +237,8 @@ a:hover { color: #ffeb9b; }
a small { font-size: 11px; color: #666; margin-top: -0.6em; display: block; }
ul { list-style-image: url("../images/bullet.png"); }
ul { list-style: coral; }
// ul { list-style-image: url("../images/bullet.png"); }
strong { font-family: 'OpenSansBold', "Helvetica Neue", Helvetica, Arial, sans-serif !important; font-weight: normal; }