We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3186091 commit 022d0abCopy full SHA for 022d0ab
lunaria/styles.ts
@@ -41,24 +41,6 @@ export const BaseStyles = html`
41
--progress-bar-height: 16px;
42
}
43
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
-
62
* {
63
box-sizing: border-box;
64
margin: 0;
0 commit comments