We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ddb6a81 commit 05a84ffCopy full SHA for 05a84ff
1 file changed
docs-main/mint.json
@@ -7,12 +7,16 @@
7
},
8
"favicon": "/favicon.ico",
9
"colors": {
10
- "primary": "#0D9373",
11
- "light": "#07C983",
12
- "dark": "#0D9373",
+ "background": {
+ "dark": "#0a0d0e",
+ "light": "#ffffff"
13
+ },
14
+ "primary": "#54b8a7",
15
+ "light": "#429489",
16
+ "dark": "#54b8a7",
17
"anchors": {
- "from": "#0D9373",
- "to": "#07C983"
18
+ "from": "#54b8a7",
19
+ "to": "#429489"
20
}
21
22
"topbarLinks": [],
0 commit comments