Improved the text selection style (#1497)

This commit is contained in:
James Ritchie
2024-11-28 11:33:27 +00:00
committed by GitHub
parent 90db0f6e01
commit b7de02ec14
+8
View File
@@ -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 {