Remove hard-coded color and set right value for variable.

master
Jonathan Garbee 2015-10-18 14:44:39 -04:00
parent 5c3f6f3a72
commit e2b6e8cb3c
2 changed files with 2 additions and 1 deletions

View File

@ -247,6 +247,7 @@ $card-text-color: unquote("rgb(#{$color-black})") !default;
$card-image-placeholder-color: unquote("rgb(#{$color-accent})") !default;
$card-supporting-text-text-color: unquote("rgba(#{$color-black}, 0.54)") !default;
$card-border-color: rgba(0,0,0,0.1) !default;
$card-subtitle-color: unquote("rgba(#{$color-black}, 0.54)") !default;
/* ========== Sliders ========== */

View File

@ -73,7 +73,7 @@
.mdl-card__subtitle-text {
font-size: $card-subtitle-font-size;
color: grey;
color: $card-subtitle-color;
margin: 0;
}