We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cce83fc commit fc5a67fCopy full SHA for fc5a67f
1 file changed
default.css
@@ -243,7 +243,9 @@
243
/** Inline CSS fragments ******************************************************/
244
245
.css.css, .property.property, .descriptor.descriptor {
246
- color: #005a9c; font: inherit;
+ color: #005a9c;
247
+ font-size: inherit;
248
+ font-family: inherit;
249
}
250
.css::before, .property::before, .descriptor::before {
251
content: "‘";
0 commit comments