Skip to content

Commit 7656c35

Browse files
committed
feat: add color control to icons
1 parent 2c1d423 commit 7656c35

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

css/main.css

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -423,6 +423,16 @@ p {
423423
box-shadow: 0 6px 20px rgba(124, 77, 255, 0.4);
424424
}
425425

426+
a i.fab,
427+
a:visited i.fab {
428+
color: #ffffff !important;
429+
transition: color 0.3s ease;
430+
}
431+
432+
a:hover i.fa-youtube { color: #ff0000 !important; }
433+
a:hover i.fa-twitter { color: #1da1f2 !important; }
434+
a:hover i.fa-github { color: #6e5494 !important; }
435+
426436
@media (max-width: 600px) {
427437
.legal-links-container {
428438
flex-wrap: wrap;

0 commit comments

Comments
 (0)