diff --git a/app/assets/stylesheets/darkswarm/typography.css.sass b/app/assets/stylesheets/darkswarm/typography.css.sass index 0bf0b39e44..a36fbbd828 100644 --- a/app/assets/stylesheets/darkswarm/typography.css.sass +++ b/app/assets/stylesheets/darkswarm/typography.css.sass @@ -22,6 +22,10 @@ h1, h2, h3, h4, h5, h6, .avenir font-family: "AvenirBla_IE", "AvenirBla" padding: 0px + +.light-grey + color: #666666 + strong.avenir font-weight: normal // Avenir is basically bold anyway diff --git a/app/views/shop/_products.html.haml b/app/views/shop/_products.html.haml index 8de85d45e0..1d7dd4b1d5 100644 --- a/app/views/shop/_products.html.haml +++ b/app/views/shop/_products.html.haml @@ -28,7 +28,7 @@ %td.group_buy %span{"ng-show" => "product.group_buy"} Available - %span{"ng-hide" => "product.group_buy"} + %span.light-grey{"ng-hide" => "product.group_buy"} N/A %td.price %small from @@ -41,7 +41,7 @@ %td.group_buy %span{"ng-show" => "product.group_buy"} Available - %span{"ng-hide" => "product.group_buy"} + %span.light-grey{"ng-hide" => "product.group_buy"} N/A %td.price %small from ${{variant.price }} @@ -50,3 +50,5 @@ + +