Remove underline from site title and brand links

Co-authored-by: jmiller-moko <230051081+jmiller-moko@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2026-01-30 05:54:52 +00:00
parent d97233eea9
commit bd206cbc0e

View File

@@ -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 */