Customize Bullet Style
A quick way to customize a bullet style instead of having to use :before
and content or twisting yourself in knot's.
li::marker {
font-size: 150%;
font-weight: bold;
color: lightgreen;
}
li::marker {
font-size: 0.7em;
color: fuchsia;
}