From bd206cbc0eed961c08f8dd70e166b1a8725a8c40 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 30 Jan 2026 05:54:52 +0000 Subject: [PATCH] Remove underline from site title and brand links Co-authored-by: jmiller-moko <230051081+jmiller-moko@users.noreply.github.com> --- src/media/css/user.css | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/media/css/user.css b/src/media/css/user.css index 91f5273..4ce0cf1 100644 --- a/src/media/css/user.css +++ b/src/media/css/user.css @@ -22,10 +22,20 @@ color: var(--nav-bg-color); font-weight: 600; font-size: 1.5rem; + text-decoration: none; } .container-header .navbar-brand .site-title { color: var(--nav-bg-color); + text-decoration: none; +} + +.container-header .navbar-brand a { + text-decoration: none; +} + +.brand-logo { + text-decoration: none; } /* Enhanced search button styling */