Skip to content

Commit 3cb20c3

Browse files
committed
Fix default.css so that coloring of CSS works now that Tab's put the class directly on the <a> elements. (Probably, this should be assigned to a nested <code>. But for now, this fixes the lack of color.)
1 parent 33c1072 commit 3cb20c3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

default.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@
235235

236236
/** Inline CSS fragments ******************************************************/
237237

238-
.css, .property, .descriptor {
238+
.css.css, .property.property, .descriptor.descriptor {
239239
color: #005a9c; font: inherit;
240240
}
241241
.css::before, .property::before, .descriptor::before {

0 commit comments

Comments
 (0)