Fix tier list labels text color in light mode

Closes #3073
This commit is contained in:
Kalle 2026-05-24 14:32:15 +03:00
parent 8cb7dc7ca1
commit 4a593a3c99

View File

@ -33,6 +33,10 @@
word-wrap: break-word;
}
:global(html.light) .tierName {
color: var(--color-text);
}
.popupContent {
display: flex;
flex-direction: column;