hamburger

主に日記

ブログデザインの設定

テーマ

公式の Life

blog.hatena.ne.jp

カスタマイズ

フォントのサイズやweightが好みじゃなかったので少し調整した。

/* <system section="theme" selected="life"> */
@import "/css/theme/life/life.css";
/* </system> */

/* <system section="background" selected="fff"> */
body{background:#fff;}
/* </system> */


#blog-title #title {
font-size: 38px;
font-weight: normal;
}

#blog-title #blog-description {
font-size: 18px;
font-weight: normal;
}

.entry-title {
font-size: 30px;
font-weight: bold;
/* 
text-align: left;
*/
}

.entry-date {
font-size: 18px;
}

.entry-content h1 {font-size: 26px; }
.entry-content h2 {font-size: 22px; }
.entry-content h3 {font-size: 18px; }
.entry-content p {font-size: 18px; }
.entry-content li {font-size: 18px; }

.archive-heading {
text-align: center;
}