Blockquote- lighter gray text?
-
The regular text of my posts are black, and I want to have the text be indented and a somewhat lighter gray color. I tried:
blockquote {
border-top: 0px solid #FFFFFF;
border-bottom: 0px solid #FFFFFF;
border-left: 0px solid #FFFFFF;
border-right: 0px solid #FFFFFF;
color: #BFC1C7;
margin-left: 0em;
padding-left: 0px;
background-color: #FFFFFF;
font-family: 'lucida grande', 'lucida sans unicode', verdana, sans-serif;
}But the text isn’t any lighter? What did I do wrong?
The topic ‘Blockquote- lighter gray text?’ is closed to new replies.