From 4b6ca6eea9b14f3edbc3b18819c0e8f9f787a369 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A2u=20Cao?= Date: Sun, 26 Jul 2026 17:38:08 +0200 Subject: [PATCH] Improve background colors for grouped entries --- app/styles/components/_contribution-list.scss | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/app/styles/components/_contribution-list.scss b/app/styles/components/_contribution-list.scss index a156397..9b8bab8 100644 --- a/app/styles/components/_contribution-list.scss +++ b/app/styles/components/_contribution-list.scss @@ -93,7 +93,11 @@ ul.contribution-list { &.group-item { padding-left: 2.8rem; - background-color: $item-highlighted-background-color; + background-color: rgba(255,255,255,0.05); + + &.selected { + background-color: $item-highlighted-background-color; + } &:not(:last-child) { border-bottom: 1px solid $item-border-color;