/ Published in: CSS
Expand |
Embed | Plain Text
body{ background:white; color:black; } @-moz-document url-prefix(){ body{ background:grey; color:white; } }
You need to login to post a comment.
savintsev on 05/19/09
3 people have marked this snippet as a favorite
body{ background:white; color:black; } @-moz-document url-prefix(){ body{ background:grey; color:white; } }
You need to login to post a comment.