From 004b21b91e047ac3d24723cd715a5be5152bd2d8 Mon Sep 17 00:00:00 2001 From: hfcRed Date: Sat, 7 Mar 2026 17:47:52 +0100 Subject: [PATCH] Small adjustments --- app/styles/front.module.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/app/styles/front.module.css b/app/styles/front.module.css index 4fb0d317c..4777e676e 100644 --- a/app/styles/front.module.css +++ b/app/styles/front.module.css @@ -53,7 +53,7 @@ line-height: 1.35; position: relative; color: var(--color-text); - border: 2.5px solid var(--color-bg-higher); + border: var(--border-style-high); transition: --l 0.2s ease-out; margin-block-start: var(--s-4); } @@ -128,7 +128,8 @@ transition: 0.2s ease-out; min-width: 90px; max-width: 90px; - border: 2.5px solid var(--color-bg-higher); + border: var(--border-style); + margin-top: var(--s-2); } .tournamentCardsViewAllCard:hover {