Update font-awesome.css

This commit is contained in:
coler706 2014-12-10 12:42:08 -08:00
parent 260a0837b3
commit 4688927994

14
css/font-awesome.css vendored
View File

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