We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 200eab1 commit 585af43Copy full SHA for 585af43
1 file changed
default.css
@@ -145,6 +145,10 @@ code.xml { color: #600 } /* inline XML */
145
.descriptor { } /* name of a CSS descriptor (SPAN) */
146
.type { font-style: italic } /* A <type> value for a property */
147
148
+/* Autolinks produced using Tab's preprocessor. */
149
+a[data-autolink="property"]::before, a[data-autolink="maybe"]::before {content: "\2018";}
150
+a[data-autolink="property"]::after, a[data-autolink="maybe"]::after {content: "\2019";}
151
+
152
dfn { font-weight: bolder; }
153
a > i { font-style: normal; } /* Instance of term */
154
0 commit comments