mirror of
https://github.com/timmypidashev/web.git
synced 2026-04-14 02:53:51 +00:00
Update css
This commit is contained in:
@@ -7,13 +7,15 @@
|
||||
display: none;
|
||||
}
|
||||
|
||||
/ * Selection style */
|
||||
/* src/styles/global.css or wherever your main CSS file is */
|
||||
@layer base {
|
||||
::selection {
|
||||
background-color: rgba(177, 98, 134, 0.5);
|
||||
@apply bg-purple/50
|
||||
}
|
||||
|
||||
::-moz-selection {
|
||||
background-color: rgba(177, 98, 134, 0.5);
|
||||
@apply bg-purple/50
|
||||
}
|
||||
}
|
||||
|
||||
/* Regular */
|
||||
|
||||
Reference in New Issue
Block a user