Skip to content

Commit

Permalink
theme: touch up palette
Browse files Browse the repository at this point in the history
  • Loading branch information
avivace committed Jul 29, 2023
1 parent 6e42d03 commit 116ea5c
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions website/.vuepress/styles/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,24 @@
width: 100%;
height: 100%;
}

:root {
// brand colors
--c-brand: #459e48;

// background colors
--c-bg: #ffffff;

--c-text: #1c1e21;

}


html.dark {
// brand colors
--c-brand: #03C988;

// background colors
--c-bg: #1b1b1d;

}

0 comments on commit 116ea5c

Please sign in to comment.