joshrowley / alexamartinez.com

Alexa's Portfolio
0 stars 0 forks source link

Change hover for social icons #71

Closed AlexaMartinez closed 9 years ago

AlexaMartinez commented 9 years ago

You can find the darker svgs in img/icons

AlexaMartinez commented 9 years ago

@joshrowley If its hard to swap images we can just scale the icons a little like we did for the nav

joshrowley commented 9 years ago

no it's fine i just finished this

joshrowley commented 9 years ago

you can actually do this without an extra image b/c it's an svg. we can inline the svg into our html which also saves us extra image reqeusts and then use css to change the fill color, i'll submit a PR to show you.