diff --git a/code/services-application/search-service/resources/static/search/serp.scss b/code/services-application/search-service/resources/static/search/serp.scss index e9a70a99..bacc2b11 100644 --- a/code/services-application/search-service/resources/static/search/serp.scss +++ b/code/services-application/search-service/resources/static/search/serp.scss @@ -705,4 +705,12 @@ footer { // The search results page is very confusing on text-based browsers, so we add a hr to separate the search results. This is // hidden on modern browsers via CSS. -hr.w3m-helper { display: none; } \ No newline at end of file +hr.w3m-helper { display: none; } +.screenreader-only { + position:absolute; + left:-10000px; + top:auto; + width:1px; + height:1px; + overflow:hidden; +}