color adjustments
This commit is contained in:
+3
-3
@@ -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 {
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user