Update css

This commit is contained in:
2025-01-28 09:43:30 -08:00
parent d69d3a0249
commit bc4ddb7eae

View File

@@ -7,13 +7,15 @@
display: none; display: none;
} }
/ * Selection style */ /* src/styles/global.css or wherever your main CSS file is */
@layer base {
::selection { ::selection {
background-color: rgba(177, 98, 134, 0.5); @apply bg-purple/50
} }
::-moz-selection { ::-moz-selection {
background-color: rgba(177, 98, 134, 0.5); @apply bg-purple/50
}
} }
/* Regular */ /* Regular */