We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 904aa53 + 9eba0f6 commit 9911e86Copy full SHA for 9911e86
src/theme/book.js
@@ -346,7 +346,7 @@ function playground_text(playground, hidden = true) {
346
}
347
348
setTimeout(function () {
349
- themeColorMetaTag.content = getComputedStyle(document.body).backgroundColor;
+ themeColorMetaTag.content = getComputedStyle(document.documentElement).backgroundColor;
350
}, 1);
351
352
if (window.ace && window.editors) {
0 commit comments