Skip to content

Commit 979315b

Browse files
authored
remove dark mode
Removed dark mode support from app.css.
1 parent e60c27a commit 979315b

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

frontend/src/app.css

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,3 @@
1212
body {
1313
@apply bg-gray-50 text-gray-900;
1414
}
15-
16-
/* Dark mode support */
17-
@media (prefers-color-scheme: dark) {
18-
body {
19-
@apply bg-gray-900 text-gray-100;
20-
}
21-
}

0 commit comments

Comments
 (0)