fix: use plain <img> for hero+icon, beige body bg, image drives section height

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Marco
2026-06-30 20:46:15 +00:00
parent f8a5b4caab
commit 184fbcfce6
2 changed files with 13 additions and 31 deletions
+3 -10
View File
@@ -1,8 +1,8 @@
@import "tailwindcss";
:root {
--background: #ffffff;
--foreground: #171717;
--background: #f5f0e8;
--foreground: #222221;
}
@theme inline {
@@ -12,15 +12,8 @@
--font-mono: var(--font-geist-mono);
}
@media (prefers-color-scheme: dark) {
:root {
--background: #0a0a0a;
--foreground: #ededed;
}
}
body {
background: var(--background);
color: var(--foreground);
font-family: Arial, Helvetica, sans-serif;
font-family: var(--font-geist-sans), Arial, Helvetica, sans-serif;
}