mirror of https://gitlab.com/octtspacc/sitoctt
Fix stile Minesweeper
This commit is contained in:
parent
3b296853ba
commit
eac8317d50
|
@ -26,6 +26,10 @@
|
||||||
padding-left: 0 !important;
|
padding-left: 0 !important;
|
||||||
padding-right: 0 !important;
|
padding-right: 0 !important;
|
||||||
}
|
}
|
||||||
|
html.dark, .dark [text~="dark:gray-200"] {
|
||||||
|
color: revert !important;
|
||||||
|
background: revert !important;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body class="font-sans dark:text-white dark:bg-hex-121212" oncontextmenu="return false;">
|
<body class="font-sans dark:text-white dark:bg-hex-121212" oncontextmenu="return false;">
|
||||||
|
|
Loading…
Reference in New Issue