Skip to content

Commit c912fbe

Browse files
Fix github logo
1 parent f8762db commit c912fbe

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

index.html

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -201,16 +201,15 @@
201201
color: #F8EDE3;
202202
font-size: 1.2rem;
203203
background: linear-gradient(45deg, #0A4D68, #1A2E44);
204-
padding: 12px 24px;
205-
border-radius: 25px;
204+
padding: 10px 20px;
205+
border-radius: 30px;
206206
transition: transform 0.3s ease, box-shadow 0.3s ease;
207207
}
208208

209209
.github-link a img {
210210
width: 24px;
211211
height: 24px;
212212
margin-right: 10px;
213-
filter: brightness(0) invert(1);
214213
}
215214

216215
.github-link a:hover {

0 commit comments

Comments
 (0)