From 4a593a3c99499d834ae6da25e8d7edea33b86bc0 Mon Sep 17 00:00:00 2001 From: Kalle <38327916+Sendouc@users.noreply.github.com> Date: Sun, 24 May 2026 14:32:15 +0300 Subject: [PATCH] Fix tier list labels text color in light mode Closes #3073 --- app/features/tier-list-maker/components/TierRow.module.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/features/tier-list-maker/components/TierRow.module.css b/app/features/tier-list-maker/components/TierRow.module.css index ab2e091a0..7514762ef 100644 --- a/app/features/tier-list-maker/components/TierRow.module.css +++ b/app/features/tier-list-maker/components/TierRow.module.css @@ -33,6 +33,10 @@ word-wrap: break-word; } +:global(html.light) .tierName { + color: var(--color-text); +} + .popupContent { display: flex; flex-direction: column;