Skip to content

Commit d7f287d

Browse files
committed
commenting out dark mode
1 parent 2ab8f9f commit d7f287d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

assets/styles/default-color.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@
159159
--pico-form-element-focus-color: var(--pico-primary-focus);
160160
}
161161

162-
@media only screen and (prefers-color-scheme: dark) {
162+
/* @media only screen and (prefers-color-scheme: dark) {
163163
:root:not([data-theme]),
164164
:host(:not([data-theme])) {
165165
color-scheme: dark;
@@ -461,7 +461,7 @@
461461
[role="button"]
462462
):not(.outline)::before {
463463
filter: brightness(0);
464-
}
464+
} */
465465

466466
progress,
467467
[type="checkbox"],

0 commit comments

Comments
 (0)