ソースを参照

M/W/C gray instead of green

Dave Gandy 9 年 前
コミット
feb70127a0
3 ファイル変更3 行追加3 行削除
  1. 2 2
      css/font-awesome.css
  2. 0 0
      css/font-awesome.min.css
  3. 1 1
      src/assets/less/site/store.less

+ 2 - 2
css/font-awesome.css

@@ -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 */

ファイルの差分が大きいため隠しています
+ 0 - 0
css/font-awesome.min.css


+ 1 - 1
src/assets/less/site/store.less

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

この差分においてかなりの量のファイルが変更されているため、一部のファイルを表示していません