mirror of
https://github.com/zhigang1992/create-react-app.git
synced 2026-03-29 08:58:15 +08:00
Set the color palette to something a bit more React-y (#5249)
This commit is contained in:
committed by
Joe Haddad
parent
ab272d25d5
commit
bb95472c4a
@@ -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",
|
||||
|
||||
@@ -38,8 +38,8 @@ const siteConfig = {
|
||||
|
||||
/* Colors for website */
|
||||
colors: {
|
||||
primaryColor: '#2E8555',
|
||||
secondaryColor: '#205C3B',
|
||||
primaryColor: '#20232a',
|
||||
secondaryColor: '#61dafb',
|
||||
},
|
||||
|
||||
/* Custom fonts for website */
|
||||
|
||||
Reference in New Issue
Block a user