From 185ce7b987a4a3e05e2f0e95912770e58c3c232d Mon Sep 17 00:00:00 2001 From: Daniel Bedeleanu Date: Fri, 17 Apr 2026 13:25:26 +0300 Subject: [PATCH] improve: increase footer visibility on main page MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Changed opacity-30 → opacity-70 (70% visible, still subtle) - Increased font sizes (text-xs → text-sm, text-[11px] → text-xs) - Changed text color to text-secondary for better contrast (8.8:1) - Enhanced divider visibility with bg-slate-700/60 and increased width - Maintains subtle aesthetic while ensuring readability --- frontend/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/frontend/app/page.tsx b/frontend/app/page.tsx index 5afe138b..4c944fdb 100644 --- a/frontend/app/page.tsx +++ b/frontend/app/page.tsx @@ -968,10 +968,10 @@ export default function Home() { {/* Footer Branding */} -