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; + }