By pnikosis on
It may be a silly question, but I can't find where do I have to look for changing the background color when I'm previewing a new post in Drupal. Actually it's yellow, but I don't know where can I change it (i've looked the whole CSS and nothing).
Thanks
Comments
For the next person, in
For the next person, in Drupal 6 it is
.preview .node {
background-color: red;
}