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
This commit is contained in:
Ajit Singh 2020-03-05 12:26:03 +05:30 committed by Matias Niemelä
parent e0a35e13d5
commit 876aa5a78a
1 changed files with 1 additions and 1 deletions

View File

@ -106,7 +106,7 @@ aio-search-results {
}
}
.not-found {
.no-results {
color: $darkgray;
}