fix: 💄 text selection on character select page partially invisible

This commit is contained in:
Sebin Nyshkim 2025-07-07 20:34:15 +02:00
parent fa44f86c7b
commit d477dd07de

View file

@ -43,7 +43,7 @@
color: var(--clr-link);
}
::selection {
:where(.sebin, .viktor, .jarek) ::selection {
color: var(--clr-selection-text);
background-color: var(--clr-selection);
}