Complete template system overhaul: CSS variables, theme management, and UI improvements #74

Merged
Copilot merged 47 commits from copilot/fix-language-constants-display into main 2026-02-07 17:49:30 +00:00
Showing only changes of commit bd206cbc0e - Show all commits

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