-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.json
More file actions
35 lines (35 loc) · 773 Bytes
/
config.json
File metadata and controls
35 lines (35 loc) · 773 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"colors": {
"background": "#010101",
"background2": "#101010",
"card": "#202020",
"main": "#8257e5",
"text": "#fdfdfd",
"subtext": "#737380",
"border": "#303030"
},
"fontSizes": {
"regular": "400",
"medium": "500",
"semiBold": "600",
"bold": "700",
"extraBold": "800",
"black": "900"
},
"info": {
"email": "contato.dot@gmail.com",
"celular": "(99) 99999-9999"
},
"style": {
"body": {
"padding": "70px",
"font": "Red Hat Display"
},
"header": {
"height": "100px"
}
},
"hcaptcha": {
"sitekey": "10000000-ffff-ffff-ffff-000000000001"
}
}