mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-04-24 19:00:16 -04:00
20 lines
418 B
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;
|
|
}
|