Okay, I notice few color changes in the cart page, but I still see dark background and green buttons and border color … for ex:
@media (prefers-color-scheme: dark) {
.w3eden:not(.light-mode) .card-header {
background: var(--dm-bg-tertiary);
border-color: var(--dm-border);
color: var(--dm-text);
}
}
I think I had wrong assumptions about “Disable Frontend CSS”, I was expecting NO CSS will be loaded so I can write my own CSS without having to override it, but instead “Disable Frontend CSS” means basic CSS is still there.
Thank you