6 Commits

Author SHA1 Message Date
75e3f4ce8d Update src/app/portfolio/page.tsx 2026-01-22 22:37:56 +00:00
776e278cdf Update src/app/page.tsx 2026-01-22 22:37:55 +00:00
c1e1ca4f01 Update src/app/layout.tsx 2026-01-22 22:37:55 +00:00
d56a7c19f3 Update src/app/globals.css 2026-01-22 22:37:54 +00:00
5d2c7ebacb Update src/app/contact/page.tsx 2026-01-22 22:37:53 +00:00
a960cc8bec Update src/app/about/page.tsx 2026-01-22 22:37:52 +00:00
6 changed files with 17 additions and 17 deletions

View File

@@ -103,4 +103,4 @@ export default function AboutPage() {
</div>
</ThemeProvider>
);
}
}

View File

@@ -105,4 +105,4 @@ export default function ContactPage() {
</div>
</ThemeProvider>
);
}
}

View File

@@ -4,21 +4,21 @@
/* Base units */
/* --vw is set by ThemeProvider */
/* --background: #f5f5f5;;
--card: #ffffff;;
--foreground: #1c1c1c;;
--primary-cta: #b82b40;;
/* --background: #fafffb;;
--card: #f7fffa;;
--foreground: #001a0a;;
--primary-cta: #0a7039;;
--secondary-cta: #ffffff;;
--accent: #b90941;;
--background-accent: #e8a8b6;; */
--accent: #a8d9be;;
--background-accent: #6bbf8e;; */
--background: #f5f5f5;;
--card: #ffffff;;
--foreground: #1c1c1c;;
--primary-cta: #b82b40;;
--background: #fafffb;;
--card: #f7fffa;;
--foreground: #001a0a;;
--primary-cta: #0a7039;;
--secondary-cta: #ffffff;;
--accent: #b90941;;
--background-accent: #e8a8b6;;
--accent: #a8d9be;;
--background-accent: #6bbf8e;;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);

View File

@@ -1258,4 +1258,4 @@ export default function RootLayout({
</body>
</html>
);
}
}

View File

@@ -153,4 +153,4 @@ export default function HomePage() {
</div>
</ThemeProvider>
);
}
}

View File

@@ -103,4 +103,4 @@ export default function PortfolioPage() {
</div>
</ThemeProvider>
);
}
}