Skip to content

Instantly share code, notes, and snippets.

@asazuki
Created June 12, 2012 17:03
Show Gist options
  • Save asazuki/2918716 to your computer and use it in GitHub Desktop.
Save asazuki/2918716 to your computer and use it in GitHub Desktop.
WordPress.com のテーマ「The Journalist 」の画像の枠をモノクロにするためのCSS
.main a img {
border: #DDD 2px solid;
}
.main a img:hover {
border: #777 2px solid;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment