Set the button color for Tumblr.

Akinori MUSHA 10 ans auparavant
Parent
Commettre
a3f0611d94
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 2 2
      app/assets/stylesheets/application.css.scss.erb

+ 2 - 2
app/assets/stylesheets/application.css.scss.erb

@@ -241,8 +241,8 @@ h2 .scenario, a span.label.scenario {
241 241
   width: 200px;
242 242
 }
243 243
 
244
-$services:            twitter     37signals   github;
245
-$service-colors:      #55acee     #8fc857     #444;
244
+$services:            twitter     37signals   github      tumblr;
245
+$service-colors:      #55acee     #8fc857     #444444     #2c4762;
246 246
 
247 247
 @mixin services {
248 248
   @each $service in $services {