I just read the code from the MMM-Remote Module and created this CSS. Seems to work well:
body {
	color: #ffffff;
}
header {
	color: #ffffff;
	border-bottom: 1px solid #ffffff;
}
.dimmed {
	color: #cccccc;
}
.normal {
	color: #ffffff;
}
.bright {
	color: #ffffff;
}
Thank you all!