Skip to content

Commit cc1f60c

Browse files
authored
Update colors
1 parent 6419e1e commit cc1f60c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

style.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ body {
223223
/* Download Box */
224224
.download-box {
225225
background: linear-gradient(90deg, #f3f4f6 70%, #e0e7ff 100%);
226-
border: 2px solid #22ce25;
226+
border: 2px solid #06402B;
227227
border-radius: 16px;
228228
padding: 2rem;
229229
margin: 2rem 0;
@@ -234,7 +234,7 @@ body {
234234
.download-box h3 {
235235
font-size: 1.5rem;
236236
margin-bottom: 0.5rem;
237-
color: #22ce25;
237+
color: #06402B;
238238
}
239239

240240
.download-box p {

0 commit comments

Comments
 (0)