Rapmania

Customer
Merhaba @Russ,

Hem Açık hem de Koyu temaları kullanıyorum.

Koyu tema için özel CSS tanımlamak istiyorum. Bunu extra.less'te nasıl yapabilirim?

Çünkü Light temasına eklediğim özel CSS, Dark temasında düzgün görüntülenmiyor.

Light;
1761255440061.png
1761255365799.png


Dark;
1761255468277.png
1761255402155.png
 
Solution
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;
    }
    );
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;
    }
    );
 
Solution
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;
    }
    );

I forgot the language for a moment, please excuse me. Yes, that's exactly what I wanted, thank you.
 

Pre-Sale Questions

If you have any questions or concerns you want to ask before you make a purchase don't hesitate to use one of our multiple support channels for your convenience.

Back