fix(docs): use correct accent colour in dark mode

This commit is contained in:
spiral 2022-06-03 06:47:18 -04:00
parent 4df8629b35
commit 194014f3da
No known key found for this signature in database
GPG Key ID: 244A11E4B0BCF40E

View File

@ -2,6 +2,7 @@
// See: https://vuepress.vuejs.org/config/#palette-styl
$accentColor = #da9317
$accentDarkColor = #da9317
// Make page slightly wider (default is 740px)
$contentWidth = 900px