Skip to content

Commit

Permalink
docs: upgrade deps & fix breaking changes
Browse files Browse the repository at this point in the history
  • Loading branch information
jthegedus committed Sep 11, 2023
1 parent 0ddab5d commit 446f8c5
Show file tree
Hide file tree
Showing 3 changed files with 602 additions and 270 deletions.
16 changes: 5 additions & 11 deletions docs/.vitepress/theme/custom.css
Original file line number Diff line number Diff line change
@@ -1,13 +1,7 @@
:root {
--vp-c-brand: #b744b8;
--vp-c-brand-light: #a379c9;
--vp-c-brand-lighter: #a379c9; /* TODO: change this colour to be lighter */
--vp-c-brand-dark: #a379c9;
--vp-c-brand-darker: #a379c9; /* TODO: change this colour to be lighter */
/* tip container */
/* TODO: change these css vars to be correct */
--vp-c-tip: #0070f3;
--vp-c-tip-bg: #e3eeff;
--vp-c-tip-title: #004bad;
--vp-c-tip-text: #002974;
--vp-c-brand-1: #b744b8;
--vp-c-brand-2: #a379c9;
/* TODO: make brand-2 and brand-3 different & set brand-soft */
--vp-c-brand-3: #a379c9;
/* --vp-c-brand-soft: #fae3ff; */
}

0 comments on commit 446f8c5

Please sign in to comment.