mirror of
https://github.com/pacnpal/steadirect.git
synced 2025-12-20 04:01:09 -05:00
update index.html: change heading class from visually-hidden to sr-only for improved accessibility
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user