{doc.title}
diff --git a/client/src/site-search/search-results.scss b/client/src/site-search/search-results.scss
index 0d9efc0cf28e..7f6bd99b9d6a 100644
--- a/client/src/site-search/search-results.scss
+++ b/client/src/site-search/search-results.scss
@@ -50,8 +50,10 @@
padding: 0;
a {
- color: $neutral-100;
- text-decoration: none;
+ &:link,
+ &:visited {
+ color: $neutral-100;
+ }
}
}
diff --git a/client/src/site-search/search-results.tsx b/client/src/site-search/search-results.tsx
index 91a376ec7ed2..70a5c86f3c0d 100644
--- a/client/src/site-search/search-results.tsx
+++ b/client/src/site-search/search-results.tsx
@@ -258,7 +258,7 @@ function ExplainBadRequestError({ errors }: { errors: FormErrors }) {
function ExplainServerOperationalError({ statusCode }: { statusCode: number }) {
return (
- The search failed because the server failed to response.
+ The search failed because the server failed to respond.
If you're curious, it was a {statusCode} error.
The search failed because the server failed to response.
+The search failed because the server failed to respond.
If you're curious, it was a {statusCode} error.