Skip to content

Commit e5de1c8

Browse files
authored
Merge pull request #36 from kaic/fix/force-dark-theme
fix: force dark theme to avoid light mode contrast issues
2 parents e32f4a7 + 6b71533 commit e5de1c8

1 file changed

Lines changed: 2 additions & 9 deletions

File tree

pages/globals.css

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,8 @@
33
@tailwind utilities;
44

55
:root {
6-
--background: #ffffff;
7-
--foreground: #171717;
8-
}
9-
10-
@media (prefers-color-scheme: dark) {
11-
:root {
12-
--background: #0a0a0a;
13-
--foreground: #ededed;
14-
}
6+
--background: #0a0a0a;
7+
--foreground: #ededed;
158
}
169

1710
html {

0 commit comments

Comments
 (0)