We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 680ef1b + 07178f4 commit 60a456dCopy full SHA for 60a456d
web_src/less/_base.less
@@ -168,6 +168,7 @@
168
--color-active-line: #fffbdd;
169
170
accent-color: var(--color-accent);
171
+ color-scheme: light;
172
}
173
174
:root * {
web_src/less/themes/theme-arc-green.less
@@ -153,10 +153,9 @@
153
--color-accent: var(--color-primary-light-1);
154
--color-small-accent: var(--color-primary-light-5);
155
--color-active-line: #534d1b;
156
-}
157
158
-::-webkit-calendar-picker-indicator {
159
- filter: invert(.8);
+ accent-color: var(--color-accent);
+ color-scheme: dark;
160
161
162
/* invert emojis that are hard to read otherwise */
0 commit comments