Hi everyone,
I am working with a customization of qweb PDF reports.I added CSS styles to the report using <style></style>tags.The background color is working fine. but when giving a value to color: it doesn't work
eg:
    .page{
        background-color:#edffed;
    }
works , But
    .page{
        color:#0000ff !important;
    }Doesn't work , Could anybody help me?
