Astro scopes <style> block imports to the authoring component. Since OscilloscopeDisplay.astro is a child of index.astro, the scoped selectors didn't match. Move the CSS import into the component itself with is:global.
Astro scopes <style> block imports to the authoring component. Since OscilloscopeDisplay.astro is a child of index.astro, the scoped selectors didn't match. Move the CSS import into the component itself with is:global.