Skip to content

Commit 810c5e6

Browse files
authored
fix(a11y): remove dark-mode override from i18n tracker (#2287)
1 parent 5eb8fd4 commit 810c5e6

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

lunaria/styles.ts

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -41,24 +41,6 @@ export const BaseStyles = html`
4141
--progress-bar-height: 16px;
4242
}
4343
44-
@media (prefers-color-scheme: dark) {
45-
:root {
46-
/* Dark theme colors */
47-
--ln-color-white: #030712;
48-
--ln-color-gray-1: #374151;
49-
--ln-color-gray-2: #4b5563;
50-
--ln-color-gray-3: #6b7280;
51-
--ln-color-gray-4: #9ca3af;
52-
--ln-color-gray-5: #d1d5db;
53-
--ln-color-gray-6: #e5e7eb;
54-
--ln-color-gray-7: #f3f4f6;
55-
--ln-color-black: #f9fafb;
56-
--ln-color-blue: #60a5fa;
57-
--ln-color-orange: #fb923c;
58-
--ln-color-purple: #c084fc;
59-
}
60-
}
61-
6244
* {
6345
box-sizing: border-box;
6446
margin: 0;

0 commit comments

Comments
 (0)