mirror of
https://github.com/hex248/sprint.git
synced 2026-02-08 02:33:01 +00:00
custom selection colour
This commit is contained in:
@@ -125,6 +125,10 @@
|
|||||||
body {
|
body {
|
||||||
@apply bg-background text-foreground;
|
@apply bg-background text-foreground;
|
||||||
}
|
}
|
||||||
|
::selection {
|
||||||
|
background-color: var(--personality);
|
||||||
|
color: var(--background);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
* {
|
* {
|
||||||
|
|||||||
Reference in New Issue
Block a user