diff options
| author | Vladlen Popolitov <vladlen@FreeBSD.org> | 2026-09-24 10:14:22 +0000 |
|---|---|---|
| committer | Vladlen Popolitov <vladlen@FreeBSD.org> | 2026-09-24 10:14:22 +0000 |
| commit | b3b2d9b08751b997ecbb4cf5800f2b41af2311b5 (patch) | |
| tree | 3dd48d9c70759a156e0e2caf0c7722c402bf1e58 | |
| parent | f55737d391caefdb0a8db1e85d8446f3f054de65 (diff) | |
Reviewed by: carlavilla
Approved by: carlavilla
Differential Revision: https://reviews.freebsd.org/D59980
| -rwxr-xr-x | website/themes/beastie/layouts/_partials/site-footer.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/website/themes/beastie/layouts/_partials/site-footer.html b/website/themes/beastie/layouts/_partials/site-footer.html index a8aca9465d..e14314710f 100755 --- a/website/themes/beastie/layouts/_partials/site-footer.html +++ b/website/themes/beastie/layouts/_partials/site-footer.html @@ -5,7 +5,7 @@ <img src="{{ "images/beastie-right.svg" | relURL }}" width="160" height="250" alt="FreeBSD logo" /> <div class="theme-container"> <label for="theme-switch" class="theme-switch-label"> - <span class="theme-switch-label">Switch color theme</span> + <span class="visually-hidden">Switch color theme</span> <i class="fa fa-moon-o theme-icon theme-icon-dark" aria-hidden="true"></i> <i class="fa fa-sun-o theme-icon theme-icon-light" aria-hidden="true"></i> </label> |
