Skip to content

Commit fc5a67f

Browse files
committed
Fix error in CSS file.
1 parent cce83fc commit fc5a67f

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

default.css

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,9 @@
243243
/** Inline CSS fragments ******************************************************/
244244

245245
.css.css, .property.property, .descriptor.descriptor {
246-
color: #005a9c; font: inherit;
246+
color: #005a9c;
247+
font-size: inherit;
248+
font-family: inherit;
247249
}
248250
.css::before, .property::before, .descriptor::before {
249251
content: "‘";

0 commit comments

Comments
 (0)