mirror of
https://github.com/google/material-design-lite.git
synced 2024-11-09 16:58:39 +03:00
Revert "Fix palette values for black and white"
This reverts commit dabd4239e3
.
This commit is contained in:
parent
dcee8140df
commit
989d146634
@ -2280,7 +2280,7 @@
|
||||
}
|
||||
|
||||
.mdl-color--black {
|
||||
background-color: unquote("rgb(#{$palette-black-100})") !important;
|
||||
background-color: unquote("rgb(#{$palette-black})") !important;
|
||||
}
|
||||
|
||||
|
||||
@ -2303,7 +2303,7 @@
|
||||
}
|
||||
|
||||
.mdl-color--white {
|
||||
background-color: unquote("rgb(#{$palette-white-100})") !important;
|
||||
background-color: unquote("rgb(#{$palette-white})") !important;
|
||||
}
|
||||
|
||||
// Primary and accent
|
||||
|
Loading…
Reference in New Issue
Block a user