Skip to content

Commit

Permalink
docs: fix brand colors
Browse files Browse the repository at this point in the history
  • Loading branch information
maxnowack committed Jan 9, 2025
1 parent 39b1d74 commit aea7595
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/.vitepress/theme/custom.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* .vitepress/theme/custom.css */
:root {
--vp-c-brand-1: #0367e9;
--vp-c-brand-2: #559efd;
--vp-c-brand-3: #0367e9;
--vp-c-brand-1: #0367e9 !important;
--vp-c-brand-2: #559efd !important;
--vp-c-brand-3: #0367e9 !important;
}

0 comments on commit aea7595

Please sign in to comment.