diff --git a/apps/webapp/app/tailwind.css b/apps/webapp/app/tailwind.css index 2d51523dec..2d39d5207a 100644 --- a/apps/webapp/app/tailwind.css +++ b/apps/webapp/app/tailwind.css @@ -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 {