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 6b5e494 commit 0efaec5Copy full SHA for 0efaec5
src/app/globals.css
@@ -31,6 +31,11 @@ html[data-theme='dark'] {
31
--link-color: #b19cd9; /* Lighter purple for dark mode links */
32
}
33
34
+/* Fix for unreadable <select> options in Chrome's dark mode */
35
+[data-theme="dark"] select option {
36
+ background: var(--background);
37
+}
38
+
39
@theme inline {
40
--color-background: var(--background);
41
--color-foreground: var(--foreground);
0 commit comments