Skip to content

Commit

Permalink
update style
Browse files Browse the repository at this point in the history
  • Loading branch information
gbrah committed Nov 26, 2024
1 parent d3c11a5 commit dfd49bd
Showing 1 changed file with 13 additions and 5 deletions.
18 changes: 13 additions & 5 deletions docs/src/.vuepress/styles/index.scss
Original file line number Diff line number Diff line change
@@ -1,14 +1,22 @@
:root {
// brand colors
--c-brand: #920097;
--c-brand-light: #faaffd;
// accent colors
--vp-c-accent: #920097;
--vp-c-accent-bg: #920097;
--vp-c-accent-hover: #faaffd;
--vp-c-accent-text: var(--vp-c-white);
--vp-c-accent-soft: rgba(168, 55, 183, 0.14);
}

html.dark {
--c-brand: #920097;
--c-brand-light: #faaffd;
// accent colors
--vp-c-accent: #920097;
--vp-c-accent-bg: #920097;
--vp-c-accent-hover: #faaffd;
--vp-c-accent-text: var(--vp-c-white);
--vp-c-accent-soft: rgba(168, 55, 183, 0.14);
}


iframe {
width: 100%;
}

0 comments on commit dfd49bd

Please sign in to comment.