blockquote(引用文)の色を変えたい

p_blog/styles/_import/text_decorations.css の


blockquote {
    width: 93%;
    margin-left: 1em;
    margin-right: 0;
    padding: 1em;
    border-left: 5px solid #99cc66;
    border-bottom: 0;
    background: #eeffdc url(../_shared/top_right.png) no-repeat right top;
    color: #000000;
}

の中の、色の設定を変更。