We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eec7271 commit 71e7edcCopy full SHA for 71e7edc
2025/src/pages/[lang]/index.astro
@@ -1,7 +1,9 @@
1
---
2
import AnnouncementSlides from '@/components/AnnouncementSlides.astro';
3
import VenueMap from '@/components/VenueMap.astro';
4
+import { MAIN_BACKGROUND_COLOR } from '@/consts';
5
import { LANGUAGES, useTranslate } from '@/i18n';
6
+
7
import Layout from '@/layouts/Layout.astro';
8
9
export function getStaticPaths() {
@@ -165,7 +167,7 @@ const t = useTranslate(lang);
165
167
</section>
166
168
</Layout>
169
-<style>
170
+<style define:vars={{ mainBackgroundColor: MAIN_BACKGROUND_COLOR }}>
171
h3 {
172
font-size: 1.2rem;
173
}
0 commit comments