@@ -107,7 +107,7 @@ figure {
107
107
border-radius : 180px ;
108
108
border : double 4px transparent;
109
109
background-image : linear-gradient (rgb (2 , 1 , 1 ), white),
110
- radial-gradient (circle at top left, purple , rgb (194 , 108 , 123 ));
110
+ radial-gradient (circle at top left, rgb ( 255 , 0 , 115 ) , rgb (132 , 0 , 255 ));
111
111
background-origin : border-box;
112
112
background-clip : content-box, border-box;
113
113
animation : animated-gradient 2s linear infinite;
@@ -158,7 +158,7 @@ figure {
158
158
border-radius : 180px ;
159
159
border : double 4px transparent;
160
160
background-image : linear-gradient (rgb (2 , 1 , 1 ), white),
161
- radial-gradient (circle at top left, rgb (175 , 131 , 175 ), rgb (145 , 8 , 31 ));
161
+ radial-gradient (circle at top left, rgb (255 , 0 , 115 ), rgb (132 , 0 , 255 ));
162
162
background-origin : border-box;
163
163
background-clip : content-box, border-box;
164
164
animation : animated-gradient 2s linear infinite;
@@ -184,7 +184,7 @@ figure {
184
184
border-radius : 180px ;
185
185
border : double 4px transparent;
186
186
background-image : linear-gradient (rgb (2 , 1 , 1 ), white),
187
- radial-gradient (circle at top left, rgb (175 , 131 , 175 ), rgb (145 , 8 , 31 ));
187
+ radial-gradient (circle at top left, rgb (255 , 0 , 115 ), rgb (132 , 0 , 255 ));
188
188
background-origin : border-box;
189
189
background-clip : content-box, border-box;
190
190
animation : animated-gradient 2s linear infinite;
0 commit comments