feat(shared): add cn utility for tailwind-aware class merging #38

Merged
ilia merged 11 commits from feature/minor-improvements into main 2026-04-23 12:11:03 +00:00
Showing only changes of commit 652dfa5c90 - Show all commits
+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;