Spaces:
Build error
Build error
File size: 757 Bytes
75fefa7 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 |
.string,
.language-html .tag:not(.punctuation, .attr-name, .attr-value, .special-attr) {
color: var(--heat-100) !important;
}
.punctuation,
.operator {
color: #c2c2c2 !important;
}
.language-html .attr-name {
color: var(--black-alpha-64);
}
.comment {
color: #999999 !important;
}
code:not(.language-html) .property:not(.literal-property),
.class-name,
code:not(.language-html) .function,
.language-json .boolean {
color: #9061ff;
color: color(display-p3 0.566 0.38 1);
}
.language-json .property {
color: inherit !important;
}
.prismjs {
padding-top: 20px;
@apply text-mono-medium font-mono;
}
.prismjs code {
color: var(--accent-black) !important;
}
.linenumber {
padding: 0;
color:white!important;
font-style: normal;
}
|