pr comment fix

This commit is contained in:
Developing-Gamer 2026-06-11 12:24:55 -07:00
parent 148d8ee0b7
commit 280eab0a5f

View File

@ -286,7 +286,7 @@
background-image: none;
}
body:has([data-hexclave-purchase-page]) {
html:not(.dark) body:has([data-hexclave-purchase-page]) {
background-color: white;
background-image: none;
}
@ -295,7 +295,8 @@
background-color: hsl(240 10% 3.9%);
}
body:has([data-hexclave-purchase-page])::before {
html:not(.dark) body:has([data-hexclave-purchase-page])::before,
.dark body:has([data-hexclave-purchase-page])::before {
opacity: 0;
background-image: none;
}