diff --git a/_sass/layout.scss b/_sass/layout.scss index 4d49565ea2..a3e250b845 100644 --- a/_sass/layout.scss +++ b/_sass/layout.scss @@ -551,7 +551,7 @@ main.home { } .project-card-icon__wrapper { - padding: 12px; + padding: 13px; background-color: $grey-dark; border-radius: 100px; margin-right: 16px; @@ -562,6 +562,7 @@ main.home { .project-card-icon { height: 30px; width: 30px; + filter: invert(1); } .home-hero{ @@ -835,4 +836,4 @@ h6:hover .header-link { max-width: 240px; width: unset; } -} \ No newline at end of file +}