* update to use heading markup * updating to h3 for accessibility * increase opactiy to meet 5.5:1 color contrast ratio * update opacity to meet color contrast ratio * update styling to match original but use heading markup * remove aria-hidden for accessibility * add h1 title search results and update scroll tip colors * add number of matches * remove no results since we are showing 0 results * add overflow to fix border bottom on version search * Update components/Search.tsx Co-authored-by: Peter Bengtsson <peterbe@github.com> * Update components/Search.tsx Co-authored-by: Peter Bengtsson <peterbe@github.com> * incorporating feedback and update padding Co-authored-by: Peter Bengtsson <peterbe@github.com>
Includes
The files in this directory are "includes", snippets of HTML that can be reused in multiple layouts or pages. In Ruby on Rails parlance, these are called "partials".
Using Includes
This example injects the contents of includes/graphql-enum.html into the
page:
{% include graphql-enum %}
Writing Includes
Includes must have a .html extension.