::marker
The ::marker pseudo-element represents the automatically generated marker box of a list item. 4.2. List Markers: the ::marker pseudo-element
Links about ::marker
Custom bullets with CSS ::marker
It is now trivial to customize the color, size or type of number or bullet when using a <ul> or <ol>.
List Style Recipes | CSS-Tricks
Lists are a fundamental part of HTML! They are useful in things like blog posts for listing out steps, recipes for listing ingredients, or items in a
CSS Lists, Markers, And Counters — Smashing Magazine
There is more to styling lists in CSS than you might think. In this article, Rachel starts by looking at lists in CSS, and moving onto some interesting features defined in the CSS Lists specification — markers and counters.
::marker | CSS-Tricks
The ::marker pseudo-element is for applying list-style attributes on a given element. It effectively targets the bullet-point or number generated by a
Code sample
::marker {
font-variant-numeric: tabular-nums;
}