M/W/C gray instead of green

This commit is contained in:
Dave Gandy 2016-04-26 15:16:28 -04:00
parent 66136a0606
commit feb70127a0
3 changed files with 4 additions and 4 deletions

View file

@ -61,7 +61,7 @@
}
.fa-border {
padding: .2em .25em .15em;
border: solid 0.08em #eee;
border: solid 0.08em #eeeeee;
border-radius: .1em;
}
.fa-pull-left {
@ -176,7 +176,7 @@
font-size: 2em;
}
.fa-inverse {
color: #fff;
color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */

File diff suppressed because one or more lines are too long

View file

@ -88,7 +88,7 @@
font-size: 21px;
line-height: 21px;
padding: @buffer-sm @buffer-md;
color: @fa-green;
color: @text-muted;
opacity: 0.25;
}