Merge 46889279947e84b80e3b95cb0b2aed106426d3d4 into bdfa9823c8b1e25a5c822f6c719ec0e38ead7f71

This commit is contained in:
Cole Kissane 2017-12-07 18:30:44 +00:00 committed by GitHub
commit d3fc335e10

View File

@ -19,6 +19,14 @@
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.fa-inset {
color: transparent;
background-color: rgba(55, 55, 55, 0.5);
text-shadow: 0px 2px 2px rgba(255, 255, 255, 0.5);
-webkit-background-clip: text;
-moz-background-clip: text;
background-clip: text;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
font-size: 1.33333333em;