Add proper shadow to selected text

This commit is contained in:
khankul 2023-07-30 01:22:37 +07:00 committed by GitHub
parent 7c251597bd
commit 7ac2edaf36
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,6 +8,7 @@
}
::selection {
background-color: beige;
text-shadow: 1px 1px beige;
color: black;
}