y7kim / agency-jekyll-theme

Agency Theme for Jekyll
Apache License 2.0
869 stars 2.02k forks source link

Make Hovering over Portfolio items use Primary Color #5

Closed joshsamara closed 9 years ago

joshsamara commented 9 years ago

I noticed that after switching the primary and secondary color in the config, hovering over portfolio items was still using the original primary color:

Example now: screen shot 2014-11-06 at 9 53 59 am

I added a small plugin that adds a filter to simply change the hex values we have in the _config.yml as primary color into RGB values so we can keep the alpha of 0.9 that the hover currently uses

Example after this change: screen shot 2014-11-06 at 9 56 05 am