feat: brand colored text selection

This commit is contained in:
Ilia Mashkov
2026-04-23 10:08:44 +03:00
parent 54087b7b2a
commit 652dfa5c90
+5
View File
@@ -219,6 +219,11 @@
@apply border-border outline-ring/50; @apply border-border outline-ring/50;
} }
::selection {
background-color: var(--color-brand);
color: var(--swiss-white);
}
body { body {
@apply bg-background text-foreground; @apply bg-background text-foreground;
font-family: "Karla", system-ui, -apple-system, "Segoe UI", Inter, Roboto, Arial, sans-serif; font-family: "Karla", system-ui, -apple-system, "Segoe UI", Inter, Roboto, Arial, sans-serif;