Skip to content

Commit 2540ae7

Browse files
committed
remove fancy quotes from all production types
1 parent cc347b0 commit 2540ae7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

default.css

+2
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,8 @@ code.xml { color: #600 } /* inline XML */
184184
[data-link-type="at-rule"]::after,
185185
[data-link-type="selector"]::after,
186186
[data-link-type="maybe"]::after {content: "\2019";}
187+
[data-link-type].production::before,
188+
[data-link-type].production::after { content: ""; }
187189

188190
dfn { font-weight: bolder; }
189191
a > i { font-style: normal; } /* Instance of term */

0 commit comments

Comments
 (0)