web/layout: fix text selection color

This commit is contained in:
wukko 2024-10-03 11:57:18 +06:00
parent 16997f1e38
commit e419de07a4
No known key found for this signature in database
GPG key ID: 3E30B3F26C7B4AA2

View file

@ -501,6 +501,11 @@
padding-top: 0;
}
:global(::selection) {
color: var(--primary);
background: var(--secondary);
}
@media screen and (max-width: 535px) {
:global(.long-text-noto),
:global(.long-text-noto *:not(h1, h2, h3, h4, h5, h6)) {