Skip to content

Commit 05a84ff

Browse files
committed
tweak docs theme
1 parent ddb6a81 commit 05a84ff

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

docs-main/mint.json

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,16 @@
77
},
88
"favicon": "/favicon.ico",
99
"colors": {
10-
"primary": "#0D9373",
11-
"light": "#07C983",
12-
"dark": "#0D9373",
10+
"background": {
11+
"dark": "#0a0d0e",
12+
"light": "#ffffff"
13+
},
14+
"primary": "#54b8a7",
15+
"light": "#429489",
16+
"dark": "#54b8a7",
1317
"anchors": {
14-
"from": "#0D9373",
15-
"to": "#07C983"
18+
"from": "#54b8a7",
19+
"to": "#429489"
1620
}
1721
},
1822
"topbarLinks": [],

0 commit comments

Comments
 (0)