mirror of
https://github.com/wahyd4/vuepress.git
synced 2026-08-17 09:15:51 +10: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