(search) Clean up SCSS code a bit

This commit is contained in:
Viktor Lofgren 2024-05-04 11:58:54 +02:00
parent 49a8c06095
commit 4e49cca43d

View File

@ -706,6 +706,10 @@ footer {
// hidden on modern browsers via CSS.
hr.w3m-helper { display: none; }
// This is a screenreader-only class that hides content from visual browsers, but allows screenreaders and
// text-based browsers to access it.
.screenreader-only {
position:absolute;
left:-10000px;