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;
}
/ * Selection style */
::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 {
background-color: rgba(177, 98, 134, 0.5);
::-moz-selection {
@apply bg-purple/50
}
}
/* Regular */