mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-09 23:27:28 +02:00
feat: random color scheme in siteConfig (#1365)
This commit is contained in:
parent
57df1f8e32
commit
94a0da33c3
2 changed files with 48 additions and 16 deletions
|
@ -54,8 +54,8 @@ const siteConfig = {
|
|||
|
||||
/* Colors for website */
|
||||
colors: {
|
||||
primaryColor: '#2E8555',
|
||||
secondaryColor: '#205C3B',
|
||||
primaryColor: '{{primaryColor}}',
|
||||
secondaryColor: '{{secondaryColor}}',
|
||||
},
|
||||
|
||||
/* Custom fonts for website */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue