Complete template system overhaul: CSS variables, theme management, and UI improvements #74
@@ -294,8 +294,8 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.btn-secondary {
|
.btn-secondary {
|
||||||
--btn-color: --nav-text-color;
|
--btn-color: var(--body-bg);
|
||||||
--btn-bg: --nav-bg-color;
|
--btn-bg: var(--nav-bg-color);
|
||||||
--btn-border-color: hsl(210, 7%, 46%);
|
--btn-border-color: hsl(210, 7%, 46%);
|
||||||
--btn-hover-color: hsl(0, 0%, 100%);
|
--btn-hover-color: hsl(0, 0%, 100%);
|
||||||
--btn-hover-bg: #5d636b;
|
--btn-hover-bg: #5d636b;
|
||||||
|
|||||||
@@ -16777,7 +16777,7 @@ body:not(.has-sidebar-right) .site-grid .container-component {
|
|||||||
|
|
||||||
form .form-control,
|
form .form-control,
|
||||||
form .form-select {
|
form .form-select {
|
||||||
border-color: #C7C7C7
|
border-color: var(--input-border-color);
|
||||||
}
|
}
|
||||||
|
|
||||||
.container-below-topbar {
|
.container-below-topbar {
|
||||||
|
|||||||
@@ -104,6 +104,7 @@
|
|||||||
|
|
||||||
.container-search .icon-search {
|
.container-search .icon-search {
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
|
color: var(--nav-bg-color);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Responsive header menu and search layout improvements */
|
/* Responsive header menu and search layout improvements */
|
||||||
|
|||||||
Reference in New Issue
Block a user