lighthouse fixes

This commit is contained in:
2026-02-10 22:37:29 -05:00
parent 26a8c97841
commit 07d8787972
785 changed files with 166486 additions and 77 deletions

View File

@@ -26,7 +26,7 @@ describe("wcag + responsive shell", () => {
});
it("defines baseline focus-visible, reduced-motion, and oversized background layer", async () => {
const css = await read("public/styles/global.css");
const css = await read("src/styles/global.css");
expect(css).toContain("a:focus-visible");
expect(css).toContain("@media (prefers-reduced-motion: reduce)");
expect(css).toContain("body::before");
@@ -34,4 +34,3 @@ describe("wcag + responsive shell", () => {
expect(css).toContain(".nav[data-open=\"true\"]");
});
});