From 8e7dcb40f5fdbbcf9592a0e4d47e3bcf8a9d0c8e Mon Sep 17 00:00:00 2001 From: "Kalle (Sendou)" <38327916+Sendouc@users.noreply.github.com> Date: Mon, 13 Dec 2021 17:46:08 +0200 Subject: [PATCH] Don't make ADMIN text bold when link is active --- app/styles/tournament.css | 1 + 1 file changed, 1 insertion(+) diff --git a/app/styles/tournament.css b/app/styles/tournament.css index a98a1c328..7dcc062ac 100644 --- a/app/styles/tournament.css +++ b/app/styles/tournament.css @@ -88,6 +88,7 @@ .tournament__nav-link__admin-text { color: var(--theme-secondary); font-size: var(--fonts-xxs); + font-weight: 400 !important; } .info-banner {