Skip to content

Commit

Permalink
Improved the text selection style (#1497)
Browse files Browse the repository at this point in the history
  • Loading branch information
samejr authored Nov 28, 2024
1 parent 90db0f6 commit b7de02e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions apps/webapp/app/tailwind.css
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,14 @@
@apply bg-background-dimmed text-text-dimmed;
font-feature-settings: "rlig" 1, "calt" 1;
}

/* Text selection styles */
::selection {
@apply bg-text-bright/30 text-text-bright;
}
::-moz-selection {
@apply bg-text-bright/30 text-text-bright;
}

/* shadcn charts: https://ui.shadcn.com/docs/components/chart#add-a-grid */
:root {
Expand Down

0 comments on commit b7de02e

Please sign in to comment.