Skip to content

Commit

Permalink
app: Adjust the example background for light text
Browse files Browse the repository at this point in the history
  • Loading branch information
evanpurkhiser committed Nov 19, 2020
1 parent 4b0de2f commit 3500794
Showing 1 changed file with 6 additions and 18 deletions.
24 changes: 6 additions & 18 deletions src/renderer/views/overlayConfig/components/Example.tsx
Expand Up @@ -5,24 +5,12 @@ const Example = styled('div')`
padding: 1.5rem;
border: 1px solid #eee;
border-radius: 0 0 3px 3px;
background-size: 2rem 2rem;
background-position: 0 0, 1rem 1rem;
background-image: linear-gradient(
45deg,
#f2f2f2 25%,
transparent 25%,
transparent 75%,
#f2f2f2 75%,
#f2f2f2
),
linear-gradient(
45deg,
#f2f2f2 25%,
transparent 25%,
transparent 75%,
#f2f2f2 75%,
#f2f2f2
);
background-size: 20px 20px;
background-position: 0 0, 0 10px, 10px -10px, -10px 0px;
background-image: linear-gradient(45deg, #434343 25%, transparent 25%),
linear-gradient(-45deg, #434343 25%, transparent 25%),
linear-gradient(45deg, transparent 75%, #434343 75%),
linear-gradient(-45deg, #484848 75%, #434343 75%);
`;

export default Example;

1 comment on commit 3500794

@vercel
Copy link

@vercel vercel bot commented on 3500794 Nov 19, 2020

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.