I can't find where I change the blockquote color. I have changed all of the other colors but the blockquote still shows as grey instead of white. You can see it on this page: 
http://lenoreharper.com/books/bear-in-mine/
Could you please tell me where that option is in the Options?
Thanks!
                 
                
Comments
to change blockquote colors, you need to use custom css:
blockquote { color: #FFF !important; }