Change Font / Background color of HTML / Preview Tab?

  •  12-15-2006, 3:51 PM

    Change Font / Background color of HTML / Preview Tab?

    Hello,
     
    I have a client site that has a stylesheet theme with black background and pink text..  everything looks fine in the editor tab, but the HTML and Preview tabs have pink text with white background.  Is there a way to force the HTML tab to have a white background with black text (using styles sheets? or javascript?)  Or can I make the HTML tab use my stylesheet properly and just have black background with pink text?  I am not as concerened about the preview tab.
     
    Here is the stylesheet
     

    body
    {
    margin: 0;
    padding: 0;
    background-color: Black;
    color: Pink;
    font-family: Courier New, Courier, mono;
    font-size: 12px;
    }

     
    Thanks!!
     
View Complete Thread