Fix Algolia search link positioning (#1904)

* Add link for testing purposes
* Fix excerpt link positioning in Algolia search results
* Fix Algolia search input color
* Update CHANGELOG and history

Fixes #1903
This commit is contained in:
Michael Rose
2018-10-22 13:56:43 -04:00
committed by GitHub
parent de15fb80c4
commit c8f4820d31
8 changed files with 44 additions and 13 deletions

View File

@@ -114,12 +114,12 @@
}
.archive__item-title .ais-Highlight {
color: $link-color;
color: $primary-color;
font-style: normal;
text-decoration: underline;
}
.archive__item-excerpt .ais-Highlight {
color: $link-color;
color: $primary-color;
font-style: normal;
font-weight: bold;
}