Make title text follow nav background color and improve search container styling

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:29:53 +00:00
parent b1ce13ca8b
commit 6f3fa4ef78
2 changed files with 57 additions and 1 deletions

View File

@@ -221,7 +221,7 @@
--focus-ring-color: #01015640;
/* Forms and inputs */
--input-color: hsl(210, 11%, 15%);
--input-bg: #ffffff;
--input-bg: hsl(210, 20%, 98%);
--input-border-color: hsl(210, 14%, 83%);
--input-focus-border-color: #8894aa;
--input-focus-box-shadow: 0 0 0 0.25rem rgba(1, 1, 86, 0.25);