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;
--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 {
+4
View File
@@ -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;