We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3792394 commit d5936a4Copy full SHA for d5936a4
apps/webapp/app/tailwind.css
@@ -13,6 +13,14 @@
13
@apply bg-background-dimmed text-text-dimmed;
14
font-feature-settings: "rlig" 1, "calt" 1;
15
}
16
+
17
+ /* Text selection styles */
18
+ ::selection {
19
+ @apply bg-text-bright/30 text-text-bright;
20
+ }
21
+ ::-moz-selection {
22
23
24
25
/* shadcn charts: https://ui.shadcn.com/docs/components/chart#add-a-grid */
26
:root {
0 commit comments