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 4a0d22c commit 9223809Copy full SHA for 9223809
view/base/colors.css
@@ -20,6 +20,7 @@
20
--danger: oklch(0.59 0.23 7);
21
--border-p3: oklch(1 0 0 / 50%);
22
--border-rec2020: oklch(1 0 0 / 75%);
23
+ --selection-text: oklch(1 0 0);
24
}
25
26
@media (prefers-color-scheme: dark) {
view/base/index.css
@@ -47,6 +47,11 @@ select {
47
48
49
50
+::selection {
51
+ color: var(--selection-text);
52
+ background: var(--accent);
53
+}
54
+
55
body.is-loading * {
56
&, &::before, &::after {
57
transition: none !important;
0 commit comments