ブログのデザインを変えた。

ブログのデザインをslimに変更した。

同時にカスタムCSSを設定したので記録しておく。

/* <system section="theme" selected="12921228815715016151"> */
@import url("http://hatenablog.com/theme/12921228815715016151.css");
/* </system> */

#title{
    font-size:30px;
}

.entry-title{
    font-size:25px;
}

.entry-content{

    font-size:15px;
    line-height: 1.5em

}

.entry-content h2,h3,h4{
    margin-top:1.5em;
}

/*sidebar*/
#box2{
    font-size:13px;
    line-height: 1.5em
}