Base: change selection color

This commit is contained in:
Akemi Izuko 2023-12-26 20:11:44 -07:00
parent eec78dfbfe
commit 6d1a2d151e
Signed by: akemi
GPG key ID: 8DE0764E1809E9FC

View file

@ -20,6 +20,11 @@ body {
font-size: var(--font-size);
}
*::selection {
color: white;
background-color: var(--accent-color);
}
/*/
:root {
--accent: #2337ff;