Add selection colors

This commit is contained in:
Vri 🌈 2023-03-09 22:08:09 +01:00
parent 03d663030b
commit e0e90148ff
Signed by: vrifox
GPG key ID: D40098E5B60B2197

View file

@ -7,6 +7,10 @@
width: 6px;
}
&::-webkit-scrollbar-thumb { background: var(--vriish-rose); }
&::selection {
color: var(--white);
background-color: var(--vriish-rose);
}
}
html {