Skip to content

Commit f5cbee7

Browse files
committed
Add default element-link styling.
--HG-- extra : rebase_source : 52a48dfc69969320c924c869a18dfe91cc80a0b4
1 parent 2607671 commit f5cbee7

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

default.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -213,6 +213,11 @@ code.xml { color: #600 } /* inline XML */
213213
[data-link-type].production::before,
214214
[data-link-type].production::after { content: ""; }
215215

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+
216221
dfn { font-weight: bolder; }
217222
a > i { font-style: normal; } /* Instance of term */
218223

0 commit comments

Comments
 (0)