We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed0a9a4 commit 0136c61Copy full SHA for 0136c61
1 file changed
default.css
@@ -218,8 +218,8 @@
218
}
219
.invalid.example:not(.no-marker)::before,
220
.illegal.example:not(.no-marker)::before {
221
- content: "Invalid Example";
222
- content: "Invalid Example" counter(example);
+ content: "Invalid Example ";
+ content: "Invalid Example " counter(example);
223
224
225
/******************************************************************************/
0 commit comments