fix(search): update search bar index and styling (#36656)
* Adjust search bar to only show hits for News * Dropdown links working. Working on basic pagination * Links to articles and temporarily routing to the News search result page working * Fix colors for search bar and drop down * Added Lato 300 font weight. Search bar now looks and works like it does on News. * feat:update styles * Update client/src/components/search/searchBar/SearchBar.js Co-Authored-By: Ahmad Abdolsaheb <ahmad.abdolsaheb@gmail.com> * Added Lato 300 font weight. Search bar now looks and works like it does on News. Co-authored-by: Ahmad Abdolsaheb <ahmad.abdolsaheb@gmail.com>
This commit is contained in:
committed by
mrugesh
parent
07b38d02b3
commit
a03602a1d4
@ -126,7 +126,7 @@ module.exports = {
|
||||
{
|
||||
resolve: 'gatsby-plugin-google-fonts',
|
||||
options: {
|
||||
fonts: ['Lato:400,400i,500', 'Roboto Mono:400,700']
|
||||
fonts: ['Lato:300,400,400i,500,700', 'Roboto Mono:400,700']
|
||||
}
|
||||
},
|
||||
'gatsby-plugin-sitemap',
|
||||
|
Reference in New Issue
Block a user