Fix bracket team text color

This commit is contained in:
Kalle
2026-08-28 07:36:06 +03:00
parent c5ea764b4c
commit 2e4ac7db6a

View File

@@ -83,6 +83,7 @@
display: flex;
flex-direction: column;
gap: var(--s-1);
color: var(--color-text);
justify-content: center;
transition: background-color 0.2s;
}