fix default theme color

This commit is contained in:
Marcos Moura 2016-12-13 15:23:28 -02:00
parent 71cd0faf61
commit 54ae422384

View file

@ -14,7 +14,7 @@
}
body.THEME_NAME {
background-color: #{'BACKGROUND-COLOR-50'};
background-color: #{'BACKGROUND-COLOR-A100'};
color: #{'BACKGROUND-CONTRAST-0.87'};
}