Skip to content

Commit

Permalink
Fixed theme accent colors
Browse files Browse the repository at this point in the history
  • Loading branch information
lpeyr committed Nov 9, 2024
1 parent cf69b51 commit 3c2870e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Documentation/.vitepress/theme/custom.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
:root {
/* brand colors */
--vp-c-brand: #00a3ff;
--vp-c-brand-1: #00a3ff;
--vp-c-brand-2: #00a3ff;
--vp-c-brand-3: #00a3ff;
--vp-c-brand-light: #00a3ff;
--vp-c-brand-lighter: #00fadc;
--vp-c-brand-dark: #00a3ff;
Expand Down

0 comments on commit 3c2870e

Please sign in to comment.