Using a iframe where I call a site from my webspace, Using one css file with body {background-color: #222}
.
The iframe src also use this CSS file. The Problem is that the body in the iframe need another background-colour.
tried
iframe>body { background-color: #other }
Any idea or suggestions?