Skip to content

Commit 6a5f46e

Browse files
committed
Add fallback for GitHub pages
1 parent db284c9 commit 6a5f46e

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)