Set the color palette to something a bit more React-y (#5249)

This commit is contained in:
Kristofer Selbekk
2018-10-02 18:59:30 +02:00
committed by Joe Haddad
parent ab272d25d5
commit bb95472c4a
2 changed files with 4 additions and 21 deletions

View File

@@ -3,25 +3,8 @@
"localized-strings": {
"next": "Next",
"previous": "Previous",
"tagline": "A website for testing",
"docs": {
"doc1": {
"title": "Latin-ish",
"sidebar_label": "Example Page"
},
"doc2": {
"title": "document number 2"
},
"doc3": {
"title": "This is document number 3"
},
"doc4": {
"title": "Other Document"
},
"doc5": {
"title": "Fifth Document"
}
},
"tagline": "Create React apps with no build configuration.",
"docs": {},
"links": {
"Docs": "Docs",
"API": "API",

View File

@@ -38,8 +38,8 @@ const siteConfig = {
/* Colors for website */
colors: {
primaryColor: '#2E8555',
secondaryColor: '#205C3B',
primaryColor: '#20232a',
secondaryColor: '#61dafb',
},
/* Custom fonts for website */