Skip to content

Commit

Permalink
fix selection color in different scenarios
Browse files Browse the repository at this point in the history
  • Loading branch information
Nemo64 committed Jan 5, 2023
1 parent 0ff58c6 commit 1f08d67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion styles/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
}

::selection {
@apply bg-red-100 dark:bg-red-900;
@apply bg-red-100 text-neutral-800 dark:bg-red-900 dark:text-white;
}

body {
Expand Down

0 comments on commit 1f08d67

Please sign in to comment.