Skip to content

Commit

Permalink
Set the color palette to something a bit more React-y (#5249)
Browse files Browse the repository at this point in the history
  • Loading branch information
selbekk authored and Timer committed Oct 2, 2018
1 parent ab272d2 commit bb95472
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 21 deletions.
21 changes: 2 additions & 19 deletions website/i18n/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
4 changes: 2 additions & 2 deletions website/siteConfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ const siteConfig = {

/* Colors for website */
colors: {
primaryColor: '#2E8555',
secondaryColor: '#205C3B',
primaryColor: '#20232a',
secondaryColor: '#61dafb',
},

/* Custom fonts for website */
Expand Down

0 comments on commit bb95472

Please sign in to comment.