Fix form controls and button styling to use CSS variables

Co-authored-by: jmiller-moko <230051081+jmiller-moko@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2026-01-30 06:09:31 +00:00
parent afd7d0aac0
commit ba6100b468
3 changed files with 4 additions and 3 deletions

View File

@@ -294,8 +294,8 @@
}
.btn-secondary {
--btn-color: --nav-text-color;
--btn-bg: --nav-bg-color;
--btn-color: var(--body-bg);
--btn-bg: var(--nav-bg-color);
--btn-border-color: hsl(210, 7%, 46%);
--btn-hover-color: hsl(0, 0%, 100%);
--btn-hover-bg: #5d636b;