Ordered Lists and Color

Added a simple Numbered List (<ol>) using the default bric, on dark background.
The text is bright on dark, but the numbers are dark/black on dark.

I added a class to the List Items to make the color white, but I guess I might have missed a more obvious way/setting? :thinking: :smile:

(I think the same applies to <ul> …)

Number and bullets in ordered and unordered lists are handled by the tag

So just add either

ul

or

ol

to the class manager to change the colour for all your lists. Other wise use a custom class.

2 Likes

Oh, ok, I assumed I missed a switch/setting in the Inspector somewhere for light/dark or something … :smiley: