diff --git a/index.html b/index.html index aafc423..ca7414e 100644 --- a/index.html +++ b/index.html @@ -4,7 +4,7 @@ - + diff --git a/package.json b/package.json index 2992738..c2cd99f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "amerc-site", - "version": "0.78.0-loadscreen", + "version": "0.79.0-a11y2", "private": true, "type": "module", "scripts": { diff --git a/src/Scene2D.jsx b/src/Scene2D.jsx index 6caba8f..9f0b4d7 100644 --- a/src/Scene2D.jsx +++ b/src/Scene2D.jsx @@ -10,7 +10,7 @@ import { api } from './api.js'; const Menu = ({ size = 20 }) => (); const X = ({ size = 20 }) => (); -const RELEASE = '0.78.0-loadscreen'; +const RELEASE = '0.79.0-a11y2'; const NAV = [ { id: 'home', label: 'Tavern' }, @@ -68,7 +68,7 @@ function PixelTopbar({ route, setRoute, auth }) { ); return (
- @@ -472,7 +472,7 @@ export default function Scene2DApp() { {/* Home stays mounted (hidden off-route) so returning to the tavern is instant — the canvas pauses while hidden, so it costs nothing. */} -
+
{!isHome &&
} ); diff --git a/src/styles.css b/src/styles.css index 36dc8cd..c0d3cee 100644 --- a/src/styles.css +++ b/src/styles.css @@ -1148,7 +1148,7 @@ button { /* 0.30 — landing: scrollable home with "how it works" */ .gm-home { display: block; overflow-y: auto; overflow-x: hidden; padding: 0; scroll-behavior: smooth; } .gm-hero { min-height: calc(100vh - 58px); display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 10px; padding: 14px 12px; } -.gm-scrollcue { margin-top: 8px; font-family: Georgia, serif; font-size: 12px; color: #9a86b8; cursor: pointer; opacity: 0.8; animation: hf-bob 2.2s ease-in-out infinite; } +.gm-scrollcue { margin-top: 8px; font-family: Georgia, serif; font-size: 12px; color: #b8a8d8; cursor: pointer; animation: hf-bob 2.2s ease-in-out infinite; } .gm-scrollcue:hover { color: #27d8ff; } @keyframes hf-bob { 0%,100% { transform: translateY(0); } 50% { transform: translateY(4px); } } .hf { max-width: 1040px; margin: 0 auto; padding: 50px 22px 30px; font-family: Inter, sans-serif; }