Complete template system overhaul: CSS variables, theme management, and UI improvements #74
@@ -22,10 +22,20 @@
|
|||||||
color: var(--nav-bg-color);
|
color: var(--nav-bg-color);
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
font-size: 1.5rem;
|
font-size: 1.5rem;
|
||||||
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.container-header .navbar-brand .site-title {
|
.container-header .navbar-brand .site-title {
|
||||||
color: var(--nav-bg-color);
|
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 */
|
/* Enhanced search button styling */
|
||||||
|
|||||||
Reference in New Issue
Block a user