- 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:
@@ -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%;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user