joeroe / risotto

A minimalist, responsive hugo theme inspired by terminal ricing aesthetics.
https://risotto.joeroe.io
MIT License
439 stars 114 forks source link

Fix spacing of UL bullets on Firefox #3

Closed mntn-xyz closed 3 years ago

mntn-xyz commented 3 years ago

Firefox ignores the space after the asterisk in the ul li::marker rule, this restores the space.

mntn-xyz commented 3 years ago

On second thought this change indents the bulleted item, unlike on Chrome. The issue appears to be with how Firefox handles UL/LI indentation compared to Chome. I'll take another look at it later.