Skip to content

Commit 585af43

Browse files
committed
Add autolink styling to the default stylesheet.
1 parent 200eab1 commit 585af43

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

default.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,10 @@ code.xml { color: #600 } /* inline XML */
145145
.descriptor { } /* name of a CSS descriptor (SPAN) */
146146
.type { font-style: italic } /* A <type> value for a property */
147147

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

0 commit comments

Comments
 (0)