Files
freeCodeCamp/client/src/components/layouts/prism.css

20 lines
418 B
CSS

code .token.operator {
background: none;
}
:not(pre) > code[class*='language-'],
pre[class*='language-'] {
background: var(--primary-background);
}
.default pre[class*='language-']::selection,
.default pre[class*='language-'] ::selection,
.default code[class*='language-']::selection,
.default code[class*='language-'] ::selection {
background: var(--selection-color);
}
* {
text-shadow: none !important;
}