diff --git a/hailbytes-vuln-calculator.js b/hailbytes-vuln-calculator.js index 1d2c2aa..c476eb1 100644 --- a/hailbytes-vuln-calculator.js +++ b/hailbytes-vuln-calculator.js @@ -546,6 +546,12 @@ const STYLES = ` border-left: 3px solid var(--accent); } .rec-list li::before { content: '→'; color: var(--accent); flex-shrink: 0; } + + /* Respect users who prefer reduced motion */ + @media (prefers-reduced-motion: reduce) { + *, *::before, *::after { transition: none !important; animation: none !important; } + .calc-btn:hover { transform: none; } + } `; // ─── Template ───────────────────────────────────────────────────────────────── @@ -553,7 +559,7 @@ const STYLES = ` const TMPL = document.createElement('template'); TMPL.innerHTML = `
Size your scanning infrastructure — estimate VM requirements, cloud costs, and ROI entirely in the browser
Configure your scan parameters and click Calculate Infrastructure to size your VM requirements.