diff --git a/docs/.vuepress/styles/index.styl b/docs/.vuepress/styles/index.styl index 7ad51507..53629337 100644 --- a/docs/.vuepress/styles/index.styl +++ b/docs/.vuepress/styles/index.styl @@ -16,6 +16,10 @@ .hero margin: 150px 25px 70px +.action-button + background-color: #dd0b78 !important + border-bottom: #c6096b !important + @font-face font-family: 'Nerd Font'; src: url("/nerd-font.woff2") format("woff2"); diff --git a/docs/.vuepress/styles/palette.styl b/docs/.vuepress/styles/palette.styl index f9ac89f6..7836fb0e 100644 --- a/docs/.vuepress/styles/palette.styl +++ b/docs/.vuepress/styles/palette.styl @@ -1,5 +1,5 @@ $accentColor = #DD0B78 -$accentDarkColor = #e50a6c +$accentDarkColor = #ff33b8 $textColor = #2c3e50 $borderColor = #eaecef $codeBgColor = #282c34