We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 585af43 commit 27e7db8Copy full SHA for 27e7db8
1 file changed
default.css
@@ -146,8 +146,8 @@ code.xml { color: #600 } /* inline XML */
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";}
+[data-autolink="property"]::before, [data-autolink="maybe"]::before {content: "\2018";}
+[data-autolink="property"]::after, [data-autolink="maybe"]::after {content: "\2019";}
151
152
dfn { font-weight: bolder; }
153
a > i { font-style: normal; } /* Instance of term */
0 commit comments