To only apply the tweak to the dark theme, you can do:
@-moz-document url-prefix("about:reader") { body.dark { color: #FFFFFF !important; background-color: #000000 !important; } }
To only apply the tweak to the dark theme, you can do: