.rubberduckies – 21-38 May 16

Hi all,
can anyone please have a go at my question here?
https://stackoverflow.com/questions/78492506/css-scoping-surround-css-file-so-it-only-applies-to-inside-a-specific-selector
It's too long to post here.
Thank you
Stack Overflow
I have a CSS file
@media (prefers-color-scheme: dark) {
.w-tc-editor {
--color-fg-default: #c9d1d9;
--color-canvas-subtle: #161b22;
--color-prettylights-syntax-comment: #8b949e;
-...
css scoping, surround css file so it only applies to inside a speci...
Was this page helpful?