diff --git a/docs/.vuepress/styles/index.scss b/docs/.vuepress/styles/index.scss index 10cab3e..56ccd08 100644 --- a/docs/.vuepress/styles/index.scss +++ b/docs/.vuepress/styles/index.scss @@ -8,6 +8,10 @@ --highlight-color-light: #a5e3f7; } +#app { + --navbar-c-bg: transparent; +} + h1, h2, h3, h4, h5, h6 { font-family: 'Montserrat', sans-serif !important; } diff --git a/docs/.vuepress/styles/palette.scss b/docs/.vuepress/styles/palette.scss new file mode 100644 index 0000000..cfacb72 --- /dev/null +++ b/docs/.vuepress/styles/palette.scss @@ -0,0 +1,4 @@ +$vp-c-bg: ( + light: #fff, + dark: #101828, +);