fix gradients
This commit is contained in:
parent
7e265d1e2d
commit
4420c697ad
@ -20,19 +20,19 @@ const App = () => {
|
|||||||
background: radial-gradient(
|
background: radial-gradient(
|
||||||
farthest-side at bottom left,
|
farthest-side at bottom left,
|
||||||
rgba(35, 235, 4, 0.709),
|
rgba(35, 235, 4, 0.709),
|
||||||
transparent 65%
|
rgba(255, 255, 255, 0) 65%
|
||||||
),
|
),
|
||||||
radial-gradient(
|
radial-gradient(
|
||||||
farthest-corner at bottom center,
|
farthest-corner at bottom center,
|
||||||
rgba(244, 244, 8, 0.6),
|
rgba(244, 244, 8, 0.6),
|
||||||
transparent 40%
|
rgba(255, 255, 255, 0) 40%
|
||||||
),
|
),
|
||||||
radial-gradient(
|
radial-gradient(
|
||||||
farthest-side at bottom right,
|
farthest-side at bottom right,
|
||||||
rgba(0, 195, 255, 0.648),
|
rgba(0, 195, 255, 0.648),
|
||||||
transparent 65%
|
rgba(255, 255, 255, 0) 65%
|
||||||
);
|
);
|
||||||
height: 100vh;
|
height: 100%;
|
||||||
/* font-family: "SB Sans Screen"; */
|
/* font-family: "SB Sans Screen"; */
|
||||||
font-family: "SBSansScreenRegular";
|
font-family: "SBSansScreenRegular";
|
||||||
}
|
}
|
||||||
|
@ -238,17 +238,17 @@ export const CircleDiv = styled.div`
|
|||||||
background: radial-gradient(
|
background: radial-gradient(
|
||||||
farthest-side at bottom center,
|
farthest-side at bottom center,
|
||||||
rgba(35, 235, 4, 0.709),
|
rgba(35, 235, 4, 0.709),
|
||||||
rgba(0, 0, 0, 0) 65%
|
rgba(255, 255, 255, 0) 65%
|
||||||
),
|
),
|
||||||
radial-gradient(
|
radial-gradient(
|
||||||
farthest-corner at bottom left,
|
farthest-corner at bottom left,
|
||||||
rgba(244, 244, 8, 0.9),
|
rgba(244, 244, 8, 0.9),
|
||||||
rgba(0, 0, 0, 0) 40%
|
rgba(255, 255, 255, 0) 40%
|
||||||
),
|
),
|
||||||
radial-gradient(
|
radial-gradient(
|
||||||
farthest-side at bottom right,
|
farthest-side at bottom right,
|
||||||
rgba(0, 195, 255, 0.648),
|
rgba(0, 195, 255, 0.648),
|
||||||
rgba(0, 0, 0, 0) 65%
|
rgba(255, 255, 255, 0) 65%
|
||||||
);
|
);
|
||||||
`;
|
`;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user