- I removed the visible helper copy from the CMS:

Search fields now show only Search, with aria-label="Search posts and 
pages" for screen readers.
Social links now show only GitHub, Mastodon, RSS, with “opens in a new 
tab” moved into aria-label.
Removed the now-unused .sr-only CSS rule.
Changed 
[layout.php](/Users/tyemeclifford/Documents/GH/blog/themes/neon/layout.php) 
and 
[style.css](/Users/tyemeclifford/Documents/GH/blog/themes/neon/assets/style.css).
This commit is contained in:
Ty Clifford
2026-07-05 23:43:26 -04:00
parent 75d38d4eb8
commit 798ea7c649
2 changed files with 4 additions and 14 deletions
-9
View File
@@ -39,15 +39,6 @@
box-sizing: border-box;
}
.sr-only {
position: absolute;
width: 1px;
height: 1px;
overflow: hidden;
clip: rect(0, 0, 0, 0);
white-space: nowrap;
}
html {
min-height: 100%;
}