mirror of https://github.com/VERT-sh/VERT.git
Update text selection color
This commit is contained in:
parent
82a63220dd
commit
c893d32d8c
|
@ -222,6 +222,10 @@ body {
|
|||
background-size: 100vw 100vh;
|
||||
}
|
||||
|
||||
::selection, ::-moz-selection {
|
||||
@apply bg-accent-blue text-on-accent;
|
||||
}
|
||||
|
||||
.hoverable {
|
||||
@apply hover:scale-105 duration-200;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue