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 2a70749 commit afd1db1Copy full SHA for afd1db1
src/app/globals.scss
@@ -10,9 +10,12 @@
10
11
@media (prefers-color-scheme: dark) {
12
:root {
13
- --foreground-rgb: 255, 255, 255;
14
- --background-start-rgb: 0, 0, 0;
15
- --background-end-rgb: 0, 0, 0;
+ --foreground-rgb: 0, 0, 0;
+ --background-start-rgb: 248, 249, 250;
+ --background-end-rgb: 255, 255, 255;
16
+ // --foreground-rgb: 255, 255, 255;
17
+ // --background-start-rgb: 0, 0, 0;
18
+ // --background-end-rgb: 0, 0, 0;
19
}
20
21
0 commit comments