From eac8317d5043f643ab2198555ef1c7c8581186ec Mon Sep 17 00:00:00 2001 From: octospacc Date: Sun, 26 Mar 2023 18:44:21 +0200 Subject: [PATCH] Fix stile Minesweeper --- Assets/vuesweeper-core/index.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Assets/vuesweeper-core/index.html b/Assets/vuesweeper-core/index.html index 540ab18..6ea27c1 100644 --- a/Assets/vuesweeper-core/index.html +++ b/Assets/vuesweeper-core/index.html @@ -26,6 +26,10 @@ padding-left: 0 !important; padding-right: 0 !important; } + html.dark, .dark [text~="dark:gray-200"] { + color: revert !important; + background: revert !important; + }