We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents dc22bec + 98b307d commit 33059f1Copy full SHA for 33059f1
docs.json
@@ -4,8 +4,8 @@
4
"description": "Build the future of the internet of blockchains with Cosmos.",
5
"theme": "mint",
6
"colors": {
7
- "primary": "#40eff2",
8
- "light": "#FAFAFA",
+ "primary": "#000",
+ "light": "#cccccc",
9
"dark": "#0E0E0E"
10
},
11
"icons": {
@@ -14,7 +14,10 @@
14
"styling": {
15
"codeblocks": "system"
16
17
- "favicon": "/assets/brand/cosmos.svg",
+ "favicon": {
18
+ "light": "/assets/brand/cosmos.svg",
19
+ "dark": "/assets/brand/cosmos-dark.svg"
20
+ },
21
"logo": {
22
"light": "/assets/brand/cosmos-wordmark-dark.svg",
23
"dark": "/assets/brand/cosmos-wordmark.svg"
0 commit comments