diff --git a/Base/res/html/misc/pseudo-elements.html b/Base/res/html/misc/pseudo-elements.html index e0f98f3cc2..f67499ed85 100644 --- a/Base/res/html/misc/pseudo-elements.html +++ b/Base/res/html/misc/pseudo-elements.html @@ -56,6 +56,10 @@ content: "This should appear as a block, last."; color: red; } + + .fancy-list li::marker { + color: green; + }
@@ -66,5 +70,15 @@There should be a sentence before this, and one after, forming a single paragraph.
There should be a sentence before this, and one after, each as its own block.
+ +