Skip to content

Commit

Permalink
force dark mode, closes #67
Browse files Browse the repository at this point in the history
  • Loading branch information
seiyria committed Aug 21, 2024
1 parent 5905f03 commit 9aef927
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
@tailwind components;
@tailwind utilities;

@media (prefers-color-scheme: light) {
html {
color-scheme: dark;
}
}

.swal2-input {
color: #000;
}
Expand Down

0 comments on commit 9aef927

Please sign in to comment.