Comment 1 for bug 1259953

Revision history for this message
Tim Peeters (tpeeters) wrote :

You can set Page.head.foregroundColor now, so this will work:

Page {
    head.foregroundColor: "green"
    title: "Preview"
   ...
}