From cb7218cf3dcdc3a816f916cf618b64f0962446b4 Mon Sep 17 00:00:00 2001 From: Ilia Mashkov Date: Thu, 23 Apr 2026 10:08:44 +0300 Subject: [PATCH] feat: brand colored text selection --- src/app/styles/app.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/app/styles/app.css b/src/app/styles/app.css index 1840ab1..b00d02a 100644 --- a/src/app/styles/app.css +++ b/src/app/styles/app.css @@ -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;