From 316a4170e39cf563b68ebf185bf232a2ef6d82ff Mon Sep 17 00:00:00 2001 From: moozzi Date: Sat, 14 Feb 2026 22:12:02 +0100 Subject: [PATCH] Changed `Activity Rankings` section styles --- app/assets/stylesheets/components/reports.css | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/app/assets/stylesheets/components/reports.css b/app/assets/stylesheets/components/reports.css index 0e01db2..cf52891 100644 --- a/app/assets/stylesheets/components/reports.css +++ b/app/assets/stylesheets/components/reports.css @@ -275,7 +275,7 @@ background: var(--color-bg-icon); } -.reports-ranking-entry.is-top-three { +.reports-ranking-entry:not(.is-top-three) { background: var(--color-primary-50); } @@ -297,8 +297,7 @@ } .reports-ranking-entry.is-top-three .reports-ranking-rank { - background: var(--color-primary); - color: white; + background: var(--color-primary-1); } .reports-ranking-person {