Skip to content

Commit

Permalink
Fixes hero section gradient on Safari
Browse files Browse the repository at this point in the history
  • Loading branch information
kettanaito committed Apr 5, 2021
1 parent e4fd869 commit 641f4fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sections/Hero.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import { FullUsageExample } from '../components/FullUsageExample'

const Container = styled.section`
position: relative;
background-image: linear-gradient(hsl(210, 32%, 97%), transparent);
background-image: linear-gradient(hsl(210, 32%, 97%), #fff);
&:before {
content: '';
Expand Down

0 comments on commit 641f4fa

Please sign in to comment.