mirror of
https://github.com/timmypidashev/web.git
synced 2026-04-14 11:03:50 +00:00
Update css
This commit is contained in:
@@ -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 */
|
||||||
|
|||||||
Reference in New Issue
Block a user