Merge version_3 into main #3

Merged
bender merged 3 commits from version_3 into main 2026-03-06 08:55:21 +00:00
3 changed files with 4 additions and 4 deletions

View File

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

View File

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

View File

@@ -13,7 +13,7 @@
--background: #ffffff;
--card: #f9f9f9;
--foreground: #001a2e;
--primary-cta: #1a3a5c;
--primary-cta: #d4af37;
--primary-cta-text: #ffffff;
--secondary-cta: #d4af37;
--secondary-cta-text: #1a3a5c;
@@ -214,4 +214,4 @@
--height-140: 126vw;
--height-150: 135vw;
}
}
}