From bc4ddb7eae636b5e2c2255af10f51efeac50953d Mon Sep 17 00:00:00 2001 From: Timothy Pidashev Date: Tue, 28 Jan 2025 09:43:30 -0800 Subject: [PATCH] Update css --- src/src/style/globals.css | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/src/src/style/globals.css b/src/src/style/globals.css index a5145d7..dea244f 100644 --- a/src/src/style/globals.css +++ b/src/src/style/globals.css @@ -7,13 +7,15 @@ display: none; } -/ * Selection style */ -::selection { - background-color: rgba(177, 98, 134, 0.5); -} - -::-moz-selection { - background-color: rgba(177, 98, 134, 0.5); +/* src/styles/global.css or wherever your main CSS file is */ +@layer base { + ::selection { + @apply bg-purple/50 + } + + ::-moz-selection { + @apply bg-purple/50 + } } /* Regular */