Fix palette for black and white

master
Alexander Surma 2015-04-13 16:54:56 +01:00
parent 989d146634
commit c08a6650ac
1 changed files with 2 additions and 2 deletions

View File

@ -2280,7 +2280,7 @@
}
.mdl-color--black {
background-color: unquote("rgb(#{$palette-black})") !important;
background-color: unquote("rgb(#{$palette-black-100}, 1)") !important;
}
@ -2303,7 +2303,7 @@
}
.mdl-color--white {
background-color: unquote("rgb(#{$palette-white})") !important;
background-color: unquote("rgb(#{$palette-white-100},1)") !important;
}
// Primary and accent