I want to make background color black and text color white for the content inside iframe from its default of normal white background and black text.
The iframe src attribute
The only possibility would be to load the iframe content through a proxy of yours and modify the HTML content. You can not access iframes from another domain via JavaScript.