Skip to content

Commit

Permalink
feat(ui): apply primary bg on ::selection
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamincanac committed Jul 28, 2023
1 parent 66ab95a commit 09d0ea2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/runtime/ui.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ a:focus-visible {
@apply outline-primary-500 dark:outline-primary-400;
}

::selection { @apply bg-primary-500/40 dark:bg-primary-400/40; }

select {
background-image: none;
}

0 comments on commit 09d0ea2

Please sign in to comment.