Skip to content

Commit b20acf7

Browse files
committed
gradient colors
1 parent b4911e7 commit b20acf7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

css/main.css

+3-3
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ figure {
107107
border-radius: 180px;
108108
border: double 4px transparent;
109109
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));
111111
background-origin: border-box;
112112
background-clip: content-box, border-box;
113113
animation: animated-gradient 2s linear infinite;
@@ -158,7 +158,7 @@ figure {
158158
border-radius: 180px;
159159
border: double 4px transparent;
160160
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));
162162
background-origin: border-box;
163163
background-clip: content-box, border-box;
164164
animation: animated-gradient 2s linear infinite;
@@ -184,7 +184,7 @@ figure {
184184
border-radius: 180px;
185185
border: double 4px transparent;
186186
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));
188188
background-origin: border-box;
189189
background-clip: content-box, border-box;
190190
animation: animated-gradient 2s linear infinite;

0 commit comments

Comments
 (0)