Skip to content

Commit 43a0c08

Browse files
committed
Merge pull request y7kim#6 from joshsamara/portfolio-hover-color-fix-fix
Add fallback css for GitHub pages
2 parents 73e3947 + 6a5f46e commit 43a0c08

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

_includes/css/agency.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -371,6 +371,7 @@ section h3.section-subheading {
371371
-webkit-transition: all ease .5s;
372372
-moz-transition: all ease .5s;
373373
transition: all ease .5s;
374+
background: rgba(254,209,54,.9); /* Fallback when no plugin support */
374375
background: rgba({{ site.color.primary | hex_to_rgb | join: ',' }}, .9);
375376
}
376377

0 commit comments

Comments
 (0)