Skip to content

Instantly share code, notes, and snippets.

.entry-title {
position: relative;
color: #000000 ;
background: #e1e1e1;
font-size: 16pt ;
line-height: 1;
margin: 20px -10px 20px -10px;
padding: 10px 5px 10px 20px;
border-top:3px solid #5ec5c7;
}
/*タイトル中央へ*/
#blog-title {
text-align: center;
}
#title {
font-size: 32px;
}
/*ナビゲーション色変更*/
.main-navigation,
.main-navigation ul ul {
background-color: #e1e1e1;
}
/*ナビゲーションテキスト色変更*/
.menu-toggle,
.main-navigation a {
color: #000000;