From 20d24a6155fe16b5d2da64515513591242539697 Mon Sep 17 00:00:00 2001 From: Ralith Date: Mon, 17 Jul 2023 19:00:56 +0000 Subject: [PATCH] deploy: 0ae7c60b15637d7343410ba1e5cc3151e3814557 --- book.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/book.js b/book.js index 67a8a5b08..351e28c72 100644 --- a/book.js +++ b/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) {