-
Notifications
You must be signed in to change notification settings - Fork 6
Closed as not planned
Description
Describe the bug
When setting Astro D2 config inline to true the dark theme colors are not applied anymore.
For some reason the media query does not function in that case. Maybe someone has an idea why ..
To Reproduce
- Update Astro config.
astroD2({
skipGeneration: !!process.env['CI'] || !!process.env['VERCEL'],
inline: true,
}),
-
run preview
-
switch color theme
Expected behavior
dark / light colors are applied based on selected theme
How often does this bug happen?
Every time
System Info
No response
Additional Context
No response
AnouschkaWolf
Metadata
Metadata
Assignees
Labels
No labels