Skip to content

Commit

Permalink
adding in the right css
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredwray committed Sep 3, 2024
1 parent 2f35e59 commit d885154
Showing 1 changed file with 14 additions and 5 deletions.
19 changes: 14 additions & 5 deletions site/variables.css
Original file line number Diff line number Diff line change
@@ -1,21 +1,30 @@
:root {
--font-family: 'Open Sans', sans-serif;

--color-primary: #322d3c;
--color-secondary: #8cdc00;
--color-secondary-dark: #8cdc00;
--color-text: #322d3c;
--color-primary: #373232;
--color-secondary: #FF6808;
--color-secondary-dark: #FF6808;
--color-text: #373232;

--background: #ffffff;
--home-background: #ffffff;
--header-background: #ffffff;

--sidebar-background: #ffffff;
--sidebar-text: #322d3c;
--sidebar-text-active: var(--color-secondary);
--sidebar-text-active: #7d7887;

--border: rgba(238,238,245,1);

--background-search-highlight: var(--color-secondary-dark);
--color-search-highlight: #ffffff;
--search-input-background: var(--header-background);

--code: rgba(238,238,245,1);

--pagefind-ui-text: var(--color-text) !important;
--pagefind-ui-font: var(--font-family) !important;
--pagefind-ui-background: var(--background) !important;
--pagefind-ui-border: var(--border) !important;
--pagefind-ui-scale: .9 !important;
}

0 comments on commit d885154

Please sign in to comment.