From 839dbf0430c48bb3b8712a457a8581a9b7c6e9cd Mon Sep 17 00:00:00 2001 From: josh Date: Mon, 4 May 2026 18:58:22 -0400 Subject: [PATCH] Remove underline from sidebar nav links Co-Authored-By: Claude Opus 4.6 --- web/src/styles/global.css | 1 + 1 file changed, 1 insertion(+) diff --git a/web/src/styles/global.css b/web/src/styles/global.css index 9ac55e7..c32cfcd 100644 --- a/web/src/styles/global.css +++ b/web/src/styles/global.css @@ -48,6 +48,7 @@ border: none; background: transparent; text-align: left; + text-decoration: none; transition: background 100ms; } .nav-link:hover {