Skip to content

Commit

Permalink
deploy: 0ae7c60
Browse files Browse the repository at this point in the history
  • Loading branch information
Ralith committed Jul 17, 2023
1 parent 9ebc52c commit 20d24a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion book.js
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,7 @@ function playground_text(playground, hidden = true) {
}

setTimeout(function () {
themeColorMetaTag.content = getComputedStyle(document.body).backgroundColor;
themeColorMetaTag.content = getComputedStyle(document.documentElement).backgroundColor;
}, 1);

if (window.ace && window.editors) {
Expand Down

0 comments on commit 20d24a6

Please sign in to comment.