We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2607671 commit f5cbee7Copy full SHA for f5cbee7
1 file changed
default.css
@@ -213,6 +213,11 @@ code.xml { color: #600 } /* inline XML */
213
[data-link-type].production::before,
214
[data-link-type].production::after { content: ""; }
215
216
+/* Element-type link styling */
217
+[data-link-type=element] { font-family: monospace; }
218
+[data-link-type=element]::before { content: "<" }
219
+[data-link-type=element]::after { content: ">" }
220
+
221
dfn { font-weight: bolder; }
222
a > i { font-style: normal; } /* Instance of term */
223
0 commit comments