From b4a9c731e4090c77df85f78d4fa558e538455046 Mon Sep 17 00:00:00 2001 From: amianthus <49116958+SirTenzin@users.noreply.github.com> Date: Thu, 25 Sep 2025 13:39:21 +0100 Subject: [PATCH] =?UTF-8?q?feat:=20=F0=9F=8E=B8=20autumn=20selection=20sty?= =?UTF-8?q?les?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vite/src/index.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/vite/src/index.css b/vite/src/index.css index ba824ad6b..938d1e097 100644 --- a/vite/src/index.css +++ b/vite/src/index.css @@ -254,6 +254,14 @@ input[type="number"]::-webkit-inner-spin-button { body { @apply bg-background text-foreground; } + ::selection { + background: var(--primary); + color: white; + } + ::-moz-selection { + background: var(--primary); + color: white; + } } /* Force responsive utilities generation for Bun compatibility */