Spaces:
Running
Running
File size: 339 Bytes
9b4ba17 11e3870 548235b | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 | /* Target only inline code elements, not code blocks */
p code:not(pre code),
table code:not(pre code),
li code:not(pre code),
h1 code:not(pre code),
h2 code:not(pre code),
h3 code:not(pre code),
h4 code:not(pre code),
h5 code:not(pre code),
h6 code:not(pre code) {
color: #f72585 !important;
background-color: #ea54551a !important;
}
|