Radish alpha
r
Radicle website including documentation and guides
Radicle
Git (anonymous pull)
Log in to clone via SSH
a11y: Alternative Text for Images
Lorenz Leutgeb committed 20 days ago
commit ef7196192002c9b31e977c407c592313579d88d5
parent 3fd61b138e3f46814b443b04f9d452378ce3a233
1 file changed +3 -3
modified _includes/fixed.html
@@ -1,14 +1,14 @@
<a href="/">
-
  <img id="logo" src="/assets/images/radicle.svg" width="32" height="32" />
+
  <img id="logo" src="/assets/images/radicle.svg" width="32" height="32" alt="The logo of the Radicle project. An alien figure with blue body, two antennas on top of its head, and prominent eyes, in pixelated style."/>
</a>

<fieldset id="theme" aria-label="Theme">
  <label for="light" id="light-label">
    <input type="radio" id="light" name="theme" value="light" onchange="toggleTheme('light')">
-
    <img src="/assets/images/moon.svg" width="32" height="32" />
+
    <img src="/assets/images/moon.svg" width="32" height="32" alt="An icon representing the moon in pixelated style."/>
  </label>
  <label for="dark" id="dark-label">
    <input type="radio" id="dark" name="theme" value="dark" onchange="toggleTheme('dark')">
-
    <img src="/assets/images/sun.svg" width="32" height="32" />
+
    <img src="/assets/images/sun.svg" width="32" height="32" alt="An icon representing the sun in pixelated style." />
  </label>
</fieldset>

\ No newline at end of file