Add accessibility before/after screenshots (#86)

Illustration assets for the PR: login submit-button contrast and the
sidebar keyboard focus ring, before vs after. Whitelist docs/ subfolder
images in .gitignore so curated screenshots are tracked.
This commit is contained in:
Zeus-Deus
2026-06-01 22:09:51 +02:00
parent ad445a1b30
commit 360500315c
5 changed files with 5 additions and 0 deletions

5
.gitignore vendored
View File

@@ -66,6 +66,11 @@ output.txt.txt
!docs/*.png
!docs/*.gif
!docs/*.webp
# …and curated docs/ subfolder assets (e.g. accessibility before/after shots).
!docs/**/*.png
!docs/**/*.jpg
!docs/**/*.gif
!docs/**/*.webp
# Reports and temp files
reports/

BIN
docs/a11y/focus-after.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 52 KiB

BIN
docs/a11y/focus-before.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 51 KiB

BIN
docs/a11y/login-after.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 26 KiB

BIN
docs/a11y/login-before.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 26 KiB