Add selection colors
This commit is contained in:
parent
03d663030b
commit
e0e90148ff
1 changed files with 4 additions and 0 deletions
|
@ -7,6 +7,10 @@
|
|||
width: 6px;
|
||||
}
|
||||
&::-webkit-scrollbar-thumb { background: var(--vriish-rose); }
|
||||
&::selection {
|
||||
color: var(--white);
|
||||
background-color: var(--vriish-rose);
|
||||
}
|
||||
}
|
||||
|
||||
html {
|
||||
|
|
Loading…
Reference in a new issue