Skip to content

Commit

Permalink
style: change main colors
Browse files Browse the repository at this point in the history
  • Loading branch information
cheesytim committed Aug 11, 2022
1 parent 6e56e04 commit b1549f9
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions vuepress-docs/docs/.vuepress/styles/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,20 @@ body {
iframe {
border-radius: 6px;
}

#main-title {
background: linear-gradient(315deg, #de4b7a 25%, #4162f0);
background-clip: text;
background-clip: text;
-webkit-text-fill-color: transparent;
}

:root {
--c-brand: #de4b7a;
--c-brand-light: hsl(341deg 64% 61%);
}

html.dark {
--c-brand: #de4b7a;
--c-brand-light: #b83e65;
}

0 comments on commit b1549f9

Please sign in to comment.