From a327bf21e15e1b7d765316e011463b2f74947641 Mon Sep 17 00:00:00 2001 From: archseer Date: Mon, 17 Jul 2023 05:09:06 +0000 Subject: [PATCH] deploy: 68a98ac36bc0b45c65992cd5c9bea34facd3483e --- master/book.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/master/book.js b/master/book.js index 67a8a5b08..351e28c72 100644 --- a/master/book.js +++ b/master/book.js @@ -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) {