diff --git a/docs/superpowers/plans/2026-08-02-ombrora-hub-landing.md b/docs/superpowers/plans/2026-08-02-ombrora-hub-landing.md index 617cf66..68f95fc 100644 --- a/docs/superpowers/plans/2026-08-02-ombrora-hub-landing.md +++ b/docs/superpowers/plans/2026-08-02-ombrora-hub-landing.md @@ -457,14 +457,16 @@ describe('BaseLayout SEO tags and theming', () => { expect(en).toContain('prefers-color-scheme: light'); }); - it('links the global stylesheet', () => { + it('applies the global stylesheet (inlined or linked)', () => { const en = readFileSync('dist/en/index.html', 'utf-8'); - expect(en).toMatch(/]*href="[^"]+\.css"/); + const hasInlineStyle = /