feat: moved big css block out of pages into external css file

This commit is contained in:
2026-03-01 07:43:46 +01:00
parent 4c21b624f2
commit 24ca2d3317
8 changed files with 201 additions and 184 deletions

View File

@@ -181,6 +181,6 @@ describe('GenerationRouteRendererFactory', () => {
expect(html).toContain('class="macro-youtube"');
expect(html).toContain('youtube.com/embed/dQw4w9WgXcQ?rel=0');
expect(html).toContain('.macro-youtube, .macro-vimeo { margin-bottom: 1rem; }');
expect(html).toContain('/assets/bds.css');
});
});