7 lines
229 B
Stylus
7 lines
229 B
Stylus
|
// Global variables go here, no styles! Some override default theme parameters.
|
||
|
// See: https://vuepress.vuejs.org/config/#palette-styl
|
||
|
|
||
|
$accentColor = #da9317
|
||
|
|
||
|
// Make page slightly wider (default is 740px)
|
||
|
$contentWidth = 900px
|