From 876aa5a78ad7dc70840eeac4cad54879a702e734 Mon Sep 17 00:00:00 2001 From: Ajit Singh Date: Thu, 5 Mar 2020 12:26:03 +0530 Subject: [PATCH] fix(docs-infra): in 404 page some text is not visible (#35866) In pr #34978 colors were not properly set, if we type wrong url in the browser and we are directed to the 404 page there some text is set to white color which as not visible set it to dark gray for visibility PR Close #35866 --- aio/src/styles/2-modules/_search-results.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aio/src/styles/2-modules/_search-results.scss b/aio/src/styles/2-modules/_search-results.scss index 4eaee444a8..f6357629e3 100644 --- a/aio/src/styles/2-modules/_search-results.scss +++ b/aio/src/styles/2-modules/_search-results.scss @@ -106,7 +106,7 @@ aio-search-results { } } - .not-found { + .no-results { color: $darkgray; }