color adjustments

This commit is contained in:
2025-11-22 12:16:22 -05:00
parent 38bc6eaff2
commit fb99d9cfef
2 changed files with 7 additions and 3 deletions
+3 -3
View File
@@ -21,14 +21,14 @@
--sky: #04a5e5; --sky: #04a5e5;
--red: #d20f39; --red: #d20f39;
--orange: #fe640b; --orange: #fe640b;
--text: #4c4f69; --text: #40360e;
--highlight: #ffeebd; --highlight: #ffeebd;
--background: #fffdf5; --background: #fffdf5;
--radius: 5px; --radius: 5px;
--border: 1px solid #ced3f1; --border: 1px solid #8f7a20;
--max-page-width: 800px; --max-page-width: 800px;
--transition: all 0.3s ease-in-out; --transition: all 0.3s ease-in-out;
--font: "Noto Sans", sansserif; --font: "Noto Sans", sans-serif;
} }
.theme-dark { .theme-dark {
+4
View File
@@ -24,6 +24,10 @@ import SearchField from "astro-pagefind/components/Search";
color: var(--text) !important; color: var(--text) !important;
} }
.pagefind-ui__form::before {
background-color: var(--text) !important;
}
.pagefind-ui__search-input, .pagefind-ui__search-input,
.pagefind-ui__button { .pagefind-ui__button {
color: var(--text) !important; color: var(--text) !important;