在部落窝的模板代码里,找到下面三段,删除
------------------------------------------------------------------
#content a:link{
font-size: 12px;
font-weight: normal;
color: #2D9465;
text-decoration: none;
}
#content a:visited{
font-size: 12px;
font-weight: normal;
color: #2D9465;
text-decoration: none;
}
#content a:hover{
font-family: "宋体";
font-weight: normal;
color: #FE3A77;
text-decoration: none;
}
------------------------------------------------------------------
这回标题和内容的样式不一样了吧!^^
|




