Quote:
Originally Posted by dawood
Is there a way of setting page background and text colours? Colours in my docx seem to be ignored and adding some custom body css colors didn't help:
html { background-color: black; color: white; }
I'm working on a book of photos right now and they would look better on a black background.
|
Try body { background-color: black; color: white; }