Skip to content

Instantly share code, notes, and snippets.

@sysnakamura
Created April 29, 2016 05:12
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 sysnakamura/f7433a002f47fde10e9062653a47d2f2 to your computer and use it in GitHub Desktop.
Save sysnakamura/f7433a002f47fde10e9062653a47d2f2 to your computer and use it in GitHub Desktop.
はてなブログのアイキャッチを角丸にするCSS
/*アイキャッチ画像のレイアウト変更*/
.page-archive .entry-thumb {
border-radius: 0.3em; /*値を変更すれば角の丸みを調整することができます*/
}
/*サイドバーアイキャッチのレイアウト変更*/
#box2 img {
border-radius: 0.3em; /*値を変更すれば角の丸みを調整することができます*/
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment