reset(css): themify text selection

This commit is contained in:
Aditya Telange 2020-10-20 14:56:42 +05:30
parent 21241c212e
commit 3d60370494

View file

@ -140,3 +140,13 @@ img {
*:focus { *:focus {
outline:none; outline:none;
} }
*::-moz-selection {
background-color: var(--tertiary);
color: var(--primary);
}
*::selection {
background-color: var(--tertiary);
color: var(--primary);
}