Spaces:
Build error
Build error
| .string, | |
| .language-html .tag:not(.punctuation, .attr-name, .attr-value, .special-attr) { | |
| color: var(--heat-100) ; | |
| } | |
| .punctuation, | |
| .operator { | |
| color: #c2c2c2 ; | |
| } | |
| .language-html .attr-name { | |
| color: var(--black-alpha-64); | |
| } | |
| .comment { | |
| color: #999999 ; | |
| } | |
| 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 ; | |
| } | |
| .prismjs { | |
| padding-top: 20px; | |
| @apply text-mono-medium font-mono; | |
| } | |
| .prismjs code { | |
| color: var(--accent-black) ; | |
| } | |
| .linenumber { | |
| padding: 0; | |
| color:white; | |
| font-style: normal; | |
| } | |