カラム横の背景色変更メモ
広告
ブログ配色変更メモ:538行付近 #36414d → #dddddd
styles-site.css(styles-site.mtml)
/* カラム切り替え */
body.layout-three-column,
body.layout-three-column-right,
body.layout-two-column-left,
body.layout-two-column-right,
body.layout-one-column {
text-align: center;
background: #dddddd;
}
広告