aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVladlen Popolitov <vladlen@FreeBSD.org>2026-09-24 10:14:22 +0000
committerVladlen Popolitov <vladlen@FreeBSD.org>2026-09-24 10:14:22 +0000
commitb3b2d9b08751b997ecbb4cf5800f2b41af2311b5 (patch)
tree3dd48d9c70759a156e0e2caf0c7722c402bf1e58
parentf55737d391caefdb0a8db1e85d8446f3f054de65 (diff)
website: fix site themes switchHEADmain
Reviewed by: carlavilla Approved by: carlavilla Differential Revision: https://reviews.freebsd.org/D59980
-rwxr-xr-xwebsite/themes/beastie/layouts/_partials/site-footer.html2
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>