feat: brand colored text selection

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