Skip to content

Commit 68dbd2e

Browse files
committed
changed theme to lighter yellow
1 parent 34837d6 commit 68dbd2e

File tree

3 files changed

+22
-22
lines changed

3 files changed

+22
-22
lines changed

app/(marketing)/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ export default function Home() {
133133
</div>
134134
</section>
135135

136-
<section className="container max-w-6xl mx-auto border-2 bg-primary-300 border-black p-16">
136+
<section className="container max-w-6xl mx-auto border-2 bg-primary-400 border-black p-16">
137137
<H2 className="mb-8 text-center">
138138
And did I mention it&apos;s Free and Open Source?
139139
</H2>

content/docs/index.mdx

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -43,15 +43,15 @@ const config = {
4343
colors: {
4444
primary: {
4545
50: "#FFFEF0",
46-
100: "#FEF9C3",
47-
200: "#FEF08A",
48-
300: "#FDE047",
49-
400: "#FACC15",
50-
500: "#EAB308",
51-
600: "#CA8A04",
52-
700: "#A16207",
53-
800: "#854D0E",
54-
900: "#713F12",
46+
100: "#FFFAC2",
47+
200: "#FFF299",
48+
300: "#FFE766",
49+
400: "#FFDB33",
50+
500: "#FFCC00",
51+
600: "#FFB700",
52+
700: "#FF9F00",
53+
800: "#E68A00",
54+
900: "#B36B00",
5555
},
5656
},
5757
},

tailwind.config.ts

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -10,29 +10,29 @@ const config: Config = {
1010
theme: {
1111
extend: {
1212
textColor: {
13-
muted: "var(--muted)"
13+
muted: "var(--muted)",
1414
},
1515
fontFamily: {
1616
head: ["var(--font-head)"],
1717
sans: ["var(--font-sans)"],
1818
},
1919
boxShadow: {
20-
"xs": "1px 1px 0 0 #000",
21-
"md": "3px 3px 0 0 #000",
20+
xs: "1px 1px 0 0 #000",
21+
md: "3px 3px 0 0 #000",
2222
"3xl": "10px 10px 0 0 #000",
2323
},
2424
colors: {
2525
primary: {
2626
50: "#FFFEF0",
27-
100: "#FEF9C3",
28-
200: "#FEF08A",
29-
300: "#FDE047",
30-
400: "#FACC15",
31-
500: "#EAB308",
32-
600: "#CA8A04",
33-
700: "#A16207",
34-
800: "#854D0E",
35-
900: "#713F12",
27+
100: "#FFFAC2",
28+
200: "#FFF299",
29+
300: "#FFE766",
30+
400: "#FFDB33",
31+
500: "#FFCC00",
32+
600: "#FFB700",
33+
700: "#FF9F00",
34+
800: "#E68A00",
35+
900: "#B36B00",
3636
},
3737
},
3838
},

0 commit comments

Comments
 (0)