diff --git a/src/pages/style.ts b/src/pages/style.ts index 500db5b..7be5ace 100644 --- a/src/pages/style.ts +++ b/src/pages/style.ts @@ -41,7 +41,7 @@ export const ArrowImg = styled.img` export const IconButton = styled.button` border: none; - background-color: transparent; + background-color: rgba(0, 0, 0, 0); display: flex; align-items: center; height: 100%; @@ -238,17 +238,17 @@ export const CircleDiv = styled.div` background: radial-gradient( farthest-side at bottom center, rgba(35, 235, 4, 0.709), - transparent 65% + rgba(0, 0, 0, 0) 65% ), radial-gradient( farthest-corner at bottom left, rgba(244, 244, 8, 0.9), - transparent 40% + rgba(0, 0, 0, 0) 40% ), radial-gradient( farthest-side at bottom right, rgba(0, 195, 255, 0.648), - transparent 65% + rgba(0, 0, 0, 0) 65% ); `;