mirror of
https://github.com/FortAwesome/Font-Awesome.git
synced 2024-11-20 11:14:28 +00:00
M/W/C gray instead of green
This commit is contained in:
parent
66136a0606
commit
feb70127a0
4
css/font-awesome.css
vendored
4
css/font-awesome.css
vendored
@ -61,7 +61,7 @@
|
|||||||
}
|
}
|
||||||
.fa-border {
|
.fa-border {
|
||||||
padding: .2em .25em .15em;
|
padding: .2em .25em .15em;
|
||||||
border: solid 0.08em #eee;
|
border: solid 0.08em #eeeeee;
|
||||||
border-radius: .1em;
|
border-radius: .1em;
|
||||||
}
|
}
|
||||||
.fa-pull-left {
|
.fa-pull-left {
|
||||||
@ -176,7 +176,7 @@
|
|||||||
font-size: 2em;
|
font-size: 2em;
|
||||||
}
|
}
|
||||||
.fa-inverse {
|
.fa-inverse {
|
||||||
color: #fff;
|
color: #ffffff;
|
||||||
}
|
}
|
||||||
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
|
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
|
||||||
readers do not read off random characters that represent icons */
|
readers do not read off random characters that represent icons */
|
||||||
|
@ -88,7 +88,7 @@
|
|||||||
font-size: 21px;
|
font-size: 21px;
|
||||||
line-height: 21px;
|
line-height: 21px;
|
||||||
padding: @buffer-sm @buffer-md;
|
padding: @buffer-sm @buffer-md;
|
||||||
color: @fa-green;
|
color: @text-muted;
|
||||||
opacity: 0.25;
|
opacity: 0.25;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user