Ryan Malloy 67bb47c0cd Fix oscilloscope CSS: use is:global for child component styles
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.
2026-02-20 16:31:20 -07:00
..