mirror of
https://github.com/FortAwesome/Font-Awesome.git
synced 2024-12-25 21:11:30 +08:00
Update font-awesome.css
This commit is contained in:
parent
260a0837b3
commit
4688927994
14
css/font-awesome.css
vendored
14
css/font-awesome.css
vendored
@ -19,13 +19,13 @@
|
||||
-webkit-font-smoothing: antialiased;
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
}
|
||||
.fa-inset{
|
||||
color: transparent;
|
||||
background:#565656;
|
||||
text-shadow: 0px 2px 3px rgba(255,255,255,0.5);
|
||||
-webkit-background-clip: text;
|
||||
-moz-background-clip: text;
|
||||
background-clip: text;
|
||||
.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 {
|
||||
|
Loading…
Reference in New Issue
Block a user