fix: 💄 add text shadow to selected text for improved readability

This commit is contained in:
Sebin Nyshkim 2025-07-11 00:02:09 +02:00
parent 71afaa324c
commit 4bd07a3a85
Signed by: SebinNyshkim
SSH key fingerprint: SHA256:LG1WHMySL/4iW/Yci+0eHgbf0te5beRiLlmyoY8E5D0

View file

@ -46,5 +46,6 @@
:where(.sebin, .viktor, .jarek) ::selection {
color: var(--clr-selection-text);
background-color: var(--clr-selection);
text-shadow: 0.0625em 0.0625em 0.0625em oklab(0 0 0);
}
</style>