/* <system section="theme" selected="8599973812270629022"> */
@import url("https://codomisu.sakura.ne.jp/minimalism/old.css");
/* </system> */

/* ### ヘッダーの背景色 ### */
#blog-title{
  background: #A5DEE4 !important;
}
/* ### ブログタイトルの文字色 ### */
#title a{
  color: #3F4551 !important; 
}
/* ### ブログ説明の文字色 ### */
#blog-description{
  color: #3F4551 !important; 
}

/* 段落調整 */
.entry-content p {
  margin: 0 0 0.5em 0;
}
