Skip to content

Commit bb95472

Browse files
selbekkTimer
authored andcommitted
Set the color palette to something a bit more React-y (#5249)
1 parent ab272d2 commit bb95472

File tree

2 files changed

+4
-21
lines changed

2 files changed

+4
-21
lines changed

website/i18n/en.json

+2-19
Original file line numberDiff line numberDiff line change
@@ -3,25 +3,8 @@
33
"localized-strings": {
44
"next": "Next",
55
"previous": "Previous",
6-
"tagline": "A website for testing",
7-
"docs": {
8-
"doc1": {
9-
"title": "Latin-ish",
10-
"sidebar_label": "Example Page"
11-
},
12-
"doc2": {
13-
"title": "document number 2"
14-
},
15-
"doc3": {
16-
"title": "This is document number 3"
17-
},
18-
"doc4": {
19-
"title": "Other Document"
20-
},
21-
"doc5": {
22-
"title": "Fifth Document"
23-
}
24-
},
6+
"tagline": "Create React apps with no build configuration.",
7+
"docs": {},
258
"links": {
269
"Docs": "Docs",
2710
"API": "API",

website/siteConfig.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ const siteConfig = {
3838

3939
/* Colors for website */
4040
colors: {
41-
primaryColor: '#2E8555',
42-
secondaryColor: '#205C3B',
41+
primaryColor: '#20232a',
42+
secondaryColor: '#61dafb',
4343
},
4444

4545
/* Custom fonts for website */

0 commit comments

Comments
 (0)