Skip to content

Instantly share code, notes, and snippets.

@daisuke-fukuda
Created September 9, 2019 10:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save daisuke-fukuda/818c4b2c9e84cad593f96a13f2ba6473 to your computer and use it in GitHub Desktop.
Save daisuke-fukuda/818c4b2c9e84cad593f96a13f2ba6473 to your computer and use it in GitHub Desktop.
はてなブログのヘッダー色カスタマイズ
/* ### ヘッダーの背景色 ### */
#blog-title{
background: #3f3f3f !important;
}
/* ### ブログタイトルの文字色 ### */
#title a{
color: white !important;
}
/* ### ブログ説明の文字色 ### */
#blog-description{
color: white !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment