Don't make ADMIN text bold when link is active

This commit is contained in:
Kalle (Sendou) 2021-12-13 17:46:08 +02:00
parent 6b1b88494b
commit 8e7dcb40f5

View File

@ -88,6 +88,7 @@
.tournament__nav-link__admin-text {
color: var(--theme-secondary);
font-size: var(--fonts-xxs);
font-weight: 400 !important;
}
.info-banner {