Fix documentation generation
[poolifier.git] / docs / assets / highlight.css
index a13094d48b895da70c743863ae289b0a43c90991..5674cf3929d8200d9a73971a1eb459dc0fe82faf 100644 (file)
     --code-background: var(--dark-code-background);
 } }
 
-body.light {
+:root[data-theme='light'] {
     --code-background: var(--light-code-background);
 }
 
-body.dark {
+:root[data-theme='dark'] {
     --code-background: var(--dark-code-background);
 }