// Default list block ul, ol { list-style-position: outside; width: calc((100% - calc(var(--padding-container-horizontal) * 2))); } ul { // list-style-type: '\2022 '; padding-inline-start: 1.2em; } ol { padding-inline-start: 1.25em; } // Colorized markers li::marker { color: var(--color-link-text); // Reseting the font in numbering magically removes the gap font-family: system-ui, sans-serif; font-size: inherit; }