Files
vuepress/docs/default-theme-config
2018-04-12 18:27:52 -04:00
..
2018-04-12 18:27:52 -04:00

Default Theme Config

Simple CSS Override

If you wish to apply simple overrides to the styling of the default theme, you can create an .vuepress/override.styl file. This is a Stylus file but you can use normal CSS syntax as well.

There are a few color variables you can tweak:

// showing default values
$accentColor = #3eaf7c
$textColor = #2c3e50
$borderColor = #eaecef
$codeBgColor = #282c34

Options Reference

nav

sidebar

sidebarDepth

docsDir

docsBranch