Rollback regressione CSS globale su BaseLayout #10

Merged
javaxman merged 1 commits from feat/issue-5-i18n-home-menu-footer into main 2026-04-27 11:43:47 +02:00
Showing only changes of commit b7e051ec34 - Show all commits

View File

@ -1,5 +1,5 @@
---
import globalStyles from '../styles/global.css?raw';
import '../styles/global.css';
import CookieConsent from '../components/CookieConsent.astro';
import ChatGateModal from '../components/ChatGateModal.astro';
@ -43,7 +43,6 @@ const canonicalUrl = Astro.url.toString();
href="https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=JetBrains+Mono:wght@400;500&display=swap"
rel="stylesheet"
/>
<style is:global set:html={globalStyles}></style>
</head>
<body class="min-h-screen">
<slot />