Hello, for the best support please post in English. From the translation, I believe you want this:
Code:
.m-colorScheme(dark,
{
.p-body-inner
{
background-color: red;
}
}
);
AND can use this approach to target just the dark format. If you're inside of a style property, you can use just this in the EXtra CSS box:
Code:
.m-colorScheme(dark,
{
color: #FFF;
}
);