From 25818d0e55a18c3a3dec05ef23bc7674d3ace662 Mon Sep 17 00:00:00 2001 From: Alexander Vanhee <160625516+AlexanderVanhee@users.noreply.github.com> Date: Sat, 21 Mar 2026 18:33:38 +0100 Subject: [PATCH] Make operations sections of update card less dark --- src/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/style.css b/src/style.css index f745e02b..42b34f20 100644 --- a/src/style.css +++ b/src/style.css @@ -850,7 +850,7 @@ window.narrow .category-tile { } .operations { - background-color: rgba(0, 0, 0, 0.10); + background-color: rgba(255, 255, 255, 0.040); border-radius: 0px 0px 12px 12px; }