Skip to content

Commit

Permalink
Fix styling on inline search on state pages
Browse files Browse the repository at this point in the history
  • Loading branch information
Glitch (gunfunded) committed Dec 7, 2019
1 parent fdd9a55 commit d8b5ca8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pages/states/[state].js
Expand Up @@ -22,7 +22,8 @@ const Page = ({ profiles, abbrev, stats }) => {
<Card
sx={{
textAlign: 'left',
'input, section': { bg: 'sunken', boxShadow: 'none' }
'input, a': { bg: 'sunken', boxShadow: 'none' },
a: { display: 'block', textDecoration: 'none' }
}}
>
<Heading as="h2" variant="headline" sx={{ mt: 0 }}>
Expand Down

1 comment on commit d8b5ca8

@vercel
Copy link

@vercel vercel bot commented on d8b5ca8 Dec 7, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.