Skip to content

Commit afd1db1

Browse files
committed
added small fix
1 parent 2a70749 commit afd1db1

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

src/app/globals.scss

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,12 @@
1010

1111
@media (prefers-color-scheme: dark) {
1212
:root {
13-
--foreground-rgb: 255, 255, 255;
14-
--background-start-rgb: 0, 0, 0;
15-
--background-end-rgb: 0, 0, 0;
13+
--foreground-rgb: 0, 0, 0;
14+
--background-start-rgb: 248, 249, 250;
15+
--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;
1619
}
1720
}
1821

0 commit comments

Comments
 (0)