update index.html: change heading class from visually-hidden to sr-only for improved accessibility

This commit is contained in:
pacnpal
2025-02-15 23:35:37 -05:00
parent 4db5e10ba1
commit f546e51510

View File

@@ -247,7 +247,7 @@
<p id="converter-description">Convert protocol URLs (like Steam invites) to shareable HTTPS links that work on any platform.</p>
<div role="form" aria-labelledby="form-title">
<h2 id="form-title" class="visually-hidden">URL Converter Form</h2>
<h2 id="form-title" class="sr-only">URL Converter Form</h2>
<label for="steamUrl">Enter Protocol URL:</label>
<div class="input-group">