From 9e47df577d934e169604b53d0fa3156298deede7 Mon Sep 17 00:00:00 2001 From: copyrighttxt <183881018+copyrighttxt@users.noreply.github.com> Date: Mon, 3 Aug 2026 16:11:15 -0400 Subject: [PATCH] . --- app/static/css/header.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/static/css/header.css b/app/static/css/header.css index debb228..c0480dd 100644 --- a/app/static/css/header.css +++ b/app/static/css/header.css @@ -144,7 +144,7 @@ body { } .sidebar-nav .nav-link:hover { - background: rgba(83, 0, 0, 0.603); + background: rgba(9, 9, 9, 1); color: white; transform: translateX(5px); }