List selectors for Live Preview/Source View repeat

Things I have tried

I tried to continue my custom css for lists in Live Preview/Source View after .cm-list-3 with .cm-list-4, then noticed that it’s not working.
I then checked the selectors and saw that they just repeat after .cm-list-3.
image

What I’m trying to do

I would like to colour my lists for Live Preview/Source View like I already do for Reading View.

Is this a CSS limitation and therefore not possible?

Nevermind, I found the solution:

	.HyperMD-list-line.HyperMD-list-line-4.cm-line > .cm-list-1 {
		color: red;
	}
	.HyperMD-list-line.HyperMD-list-line-5.cm-line > .cm-list-2 {
		color: green;
	}

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.