How can I change the header / footer text color in the style sheet?
I tried, fruitlessly:
footer: {
parent: normal,
alignment: TA_CENTER,
textColor: red
},
How can I change the header / footer text color in the style sheet?
I tried, fruitlessly:
footer: {
parent: normal,
alignment: TA_CENTER,
textColor: red
},
Copyright © 2021 Jogjafile Inc.
The header or footer are not really styled that way because they are arbitrary restructured text.
So, if you want to change the color, the easiest way is probably to use a class, or a role.
So, you could do:
Or
If you do the latter, you will have to add a
somewhere.