Skip to content

Commit fe53b1b

Browse files
committed
Update site accent color to #d65a31
1 parent 99a5b05 commit fe53b1b

File tree

6 files changed

+12
-12
lines changed

6 files changed

+12
-12
lines changed

404.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
theme: {
1616
extend: {
1717
colors: {
18-
brand: { teal: '#60d4c5', red: '#e74c3c' },
18+
brand: { teal: '#d65a31', red: '#e74c3c' },
1919
dark: { 950: '#030712', 900: '#111827', 800: '#1f2937', 700: '#374151' }
2020
},
2121
fontFamily: {

account-deletion/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<title>Account Deletion — Commit 451</title>
77
<meta name="description" content="How to request account deletion for Commit 451 apps and services.">
88
<meta name="robots" content="index, follow">
9-
<meta name="theme-color" content="#60d4c5">
9+
<meta name="theme-color" content="#d65a31">
1010
<link rel="canonical" href="https://commit451.com/account-deletion">
1111
<link rel="icon" type="image/svg+xml" href="/images/favicon.svg">
1212
<script src="https://cdn.tailwindcss.com"></script>
@@ -15,7 +15,7 @@
1515
theme: {
1616
extend: {
1717
colors: {
18-
brand: { teal: '#60d4c5', red: '#e74c3c' },
18+
brand: { teal: '#d65a31', red: '#e74c3c' },
1919
dark: { 950: '#030712', 900: '#111827', 800: '#1f2937', 700: '#374151' }
2020
}
2121
}

blog/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<meta name="author" content="Commit 451 LLC">
1010
<meta name="keywords" content="software engineering blog, vibe coding, AI development, mobile app development, Android, iOS, production readiness">
1111
<link rel="canonical" href="https://commit451.com/blog/">
12-
<meta name="theme-color" content="#60d4c5">
12+
<meta name="theme-color" content="#d65a31">
1313
<meta name="color-scheme" content="dark">
1414

1515
<meta property="og:type" content="website">
@@ -36,7 +36,7 @@
3636
theme: {
3737
extend: {
3838
colors: {
39-
brand: { teal: '#60d4c5', red: '#e74c3c' },
39+
brand: { teal: '#d65a31', red: '#e74c3c' },
4040
dark: { 950: '#030712', 900: '#111827', 800: '#1f2937', 700: '#374151' }
4141
},
4242
fontFamily: {

index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<meta name="keywords" content="software consultancy, mobile development, Android, iOS, web development, AI solutions, full-stack, Commit 451, vibe coding, vibecoded app, fix vibecoded project, AI prototype to production, app store launch">
1111
<link rel="canonical" href="https://commit451.com/">
1212
<link rel="alternate" hreflang="en" href="https://commit451.com/">
13-
<meta name="theme-color" content="#60d4c5">
13+
<meta name="theme-color" content="#d65a31">
1414
<meta name="color-scheme" content="dark">
1515

1616
<!-- Open Graph -->
@@ -43,7 +43,7 @@
4343
theme: {
4444
extend: {
4545
colors: {
46-
brand: { teal: '#60d4c5', red: '#e74c3c' },
46+
brand: { teal: '#d65a31', red: '#e74c3c' },
4747
dark: { 950: '#030712', 900: '#111827', 800: '#1f2937', 700: '#374151' }
4848
},
4949
fontFamily: {
@@ -171,7 +171,7 @@
171171
.gradient-border { position: relative; }
172172
.gradient-border::before {
173173
content: ''; position: absolute; inset: -1px; border-radius: inherit;
174-
background: linear-gradient(135deg, #60d4c5 0%, #e74c3c 100%); z-index: -1; opacity: 0.4;
174+
background: linear-gradient(135deg, #d65a31 0%, #e74c3c 100%); z-index: -1; opacity: 0.4;
175175
}
176176
</style>
177177
</head>

privacy/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<title>Privacy Policy — Commit 451</title>
77
<meta name="description" content="Privacy Policy for Commit 451 apps and services.">
88
<meta name="robots" content="index, follow">
9-
<meta name="theme-color" content="#60d4c5">
9+
<meta name="theme-color" content="#d65a31">
1010
<link rel="canonical" href="https://commit451.com/privacy">
1111
<link rel="icon" type="image/svg+xml" href="/images/favicon.svg">
1212
<script src="https://cdn.tailwindcss.com"></script>
@@ -15,7 +15,7 @@
1515
theme: {
1616
extend: {
1717
colors: {
18-
brand: { teal: '#60d4c5', red: '#e74c3c' },
18+
brand: { teal: '#d65a31', red: '#e74c3c' },
1919
dark: { 950: '#030712', 900: '#111827', 800: '#1f2937', 700: '#374151' }
2020
}
2121
}

terms/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<title>Terms of Service — Commit 451</title>
77
<meta name="description" content="Terms of Service for Commit 451 apps and services.">
88
<meta name="robots" content="index, follow">
9-
<meta name="theme-color" content="#60d4c5">
9+
<meta name="theme-color" content="#d65a31">
1010
<link rel="canonical" href="https://commit451.com/terms">
1111
<link rel="icon" type="image/svg+xml" href="/images/favicon.svg">
1212
<script src="https://cdn.tailwindcss.com"></script>
@@ -15,7 +15,7 @@
1515
theme: {
1616
extend: {
1717
colors: {
18-
brand: { teal: '#60d4c5', red: '#e74c3c' },
18+
brand: { teal: '#d65a31', red: '#e74c3c' },
1919
dark: { 950: '#030712', 900: '#111827', 800: '#1f2937', 700: '#374151' }
2020
}
2121
}

0 commit comments

Comments
 (0)