Fix stile Minesweeper

This commit is contained in:
octospacc 2023-03-26 18:44:21 +02:00
parent 3b296853ba
commit eac8317d50
1 changed files with 4 additions and 0 deletions

View File

@ -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;
}
</style>
</head>
<body class="font-sans dark:text-white dark:bg-hex-121212" oncontextmenu="return false;">