diff --git a/frontend/about.html b/frontend/about.html index c69dd860..49cd0f7f 100644 --- a/frontend/about.html +++ b/frontend/about.html @@ -33,9 +33,13 @@ + + + ...
+

cat README.md

diff --git a/frontend/leaderboard.html b/frontend/leaderboard.html index ab852474..b5077073 100644 --- a/frontend/leaderboard.html +++ b/frontend/leaderboard.html @@ -45,9 +45,13 @@ + + + ...
+

Leaderboard

+ + + ...
+

Join the Leaderboard

diff --git a/frontend/styles/main.css b/frontend/styles/main.css index d9fcf7e8..9d8ddc86 100644 --- a/frontend/styles/main.css +++ b/frontend/styles/main.css @@ -2818,6 +2818,23 @@ body::-webkit-scrollbar-thumb { .changes-content-line.no-icon::before { display: none; } +/* Skip to main content — accessibility */ +.skip-link { + position: absolute; + top: -40px; + left: 0; + background: var(--green); + color: var(--bg); + padding: 8px 16px; + font-family: var(--font-mono); + font-size: 0.85rem; + z-index: 9999; + text-decoration: none; + border-radius: 0 0 4px 0; + transition: top 0.2s ease; +} +.skip-link:focus { + top: 0; .rank-change { position: relative;