Skip to content

Instantly share code, notes, and snippets.

@sysnakamura
Created May 7, 2016 21:15
Show Gist options
  • Save sysnakamura/088f533ac816c17ad4657b51beda3d1b to your computer and use it in GitHub Desktop.
Save sysnakamura/088f533ac816c17ad4657b51beda3d1b to your computer and use it in GitHub Desktop.
はてなブログBrooklynサイドバー見出しレイアウト変更
/*サイドバー見出し変更*/
.hatena-module-title {
position: static;
background-color: #111;
color: #fff;
}
.hatena-module-title a {
color: #fff;
}
/*サイドバー吹き出し削除*/
.hatena-module-title:before {
border-style: none;
display: none;
}
.hatena-module-title:after {
border-style: none;
display: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment