From fb99d9cfefbf181de2e5ed46b7e46a647b1fef8d Mon Sep 17 00:00:00 2001 From: Graham Hall Date: Sat, 22 Nov 2025 12:16:22 -0500 Subject: [PATCH] color adjustments --- src/global.css | 6 +++--- src/pages/search.astro | 4 ++++ 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/src/global.css b/src/global.css index 65ed326..0d1f776 100644 --- a/src/global.css +++ b/src/global.css @@ -21,14 +21,14 @@ --sky: #04a5e5; --red: #d20f39; --orange: #fe640b; - --text: #4c4f69; + --text: #40360e; --highlight: #ffeebd; --background: #fffdf5; --radius: 5px; - --border: 1px solid #ced3f1; + --border: 1px solid #8f7a20; --max-page-width: 800px; --transition: all 0.3s ease-in-out; - --font: "Noto Sans", sansserif; + --font: "Noto Sans", sans-serif; } .theme-dark { diff --git a/src/pages/search.astro b/src/pages/search.astro index 0522313..6e84cc7 100644 --- a/src/pages/search.astro +++ b/src/pages/search.astro @@ -24,6 +24,10 @@ import SearchField from "astro-pagefind/components/Search"; color: var(--text) !important; } + .pagefind-ui__form::before { + background-color: var(--text) !important; + } + .pagefind-ui__search-input, .pagefind-ui__button { color: var(--text) !important;