追加CSS
ーーーーーーーーー
p { color:#000000; }
.site-title a {
text-transform: none;
}
h1.site-title{
font-size:28px;
}
ーーーーーーーーー
(詳細)
・記事の文字を濃い黒に
p { color:#000000; }
・サイトタイトルの大文字を解除
.site-title a {
text-transform: none;
}
・サイトタイトル文字サイズを小さく
h1.site-title{
font-size:28px;
}