Skip to content

Commit

Permalink
fix: result text color for dark mode
Browse files Browse the repository at this point in the history
  • Loading branch information
josephgregoryii committed Jan 3, 2022
1 parent ef22eb2 commit 26afe3c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/pages/instant-observability.js
Original file line number Diff line number Diff line change
Expand Up @@ -658,7 +658,11 @@ const QuickstartsPage = ({ data, location }) => {
}
`}
>
<span>
<span
css={css`
color: var(--primary-text-color);
`}
>
Showing {filteredQuickstarts.length} results for:{' '}
<strong>{search || getDisplayName()}</strong>
</span>
Expand Down

0 comments on commit 26afe3c

Please sign in to comment.