Skip to content

Commit f05a80b

Browse files
committed
theme update
1 parent 4553464 commit f05a80b

File tree

2 files changed

+37
-15
lines changed

2 files changed

+37
-15
lines changed

docs.json

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,13 @@
11
{
22
"$schema": "https://mintlify.com/docs.json",
3-
"theme": "linden",
3+
"theme": "mint",
44
"name": "Inertia.js Documentation",
55
"colors": {
66
"primary": "#2563EB",
77
"light": "#2563EB",
88
"dark": "#2563EB"
99
},
1010
"favicon": "/favicon.svg",
11-
"fonts": {
12-
"heading": {
13-
"family": "Inter Variable",
14-
"source": "/fonts/inter/InterVariable.woff2",
15-
"format": "woff2",
16-
"weight": 600
17-
},
18-
"body": {
19-
"family": "Inter Variable",
20-
"source": "/fonts/inter/InterVariable.woff2",
21-
"format": "woff2",
22-
"weight": 400
23-
}
24-
},
2511
"navigation": {
2612
"global": {},
2713
"versions": [

style.css

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
@import url("https://fonts.googleapis.com/css2?family=Instrument+Sans:wght@400..500&display=swap");
2+
@import url("https://fonts.googleapis.com/css2?family=Geist+Mono:wght@300..600&display=swap");
3+
4+
body {
5+
font-family: "Instrument Sans";
6+
font-weight: 400;
7+
}
8+
9+
h1,
10+
h2,
11+
h3,
12+
h4 {
13+
font-weight: 500 !important;
14+
letter-spacing: -0.025rem !important;
15+
}
16+
17+
code,
18+
pre {
19+
font-family: "Geist Mono", ui-monospace, SFMono-Regular, Menlo, Monaco,
20+
Consolas, "Liberation Mono", "Courier New", monospace;
21+
}
22+
23+
b,
24+
strong,
25+
.font-semibold {
26+
font-weight: 500 !important;
27+
}
28+
29+
.prose :where(a):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
30+
font-weight: 500 !important;
31+
color: rgb(var(--primary-light)) !important;
32+
}
33+
34+
.codeblock-dark div:not(:last-child) {
35+
color: #fafafa;
36+
}

0 commit comments

Comments
 (0)