Skip to content

Instantly share code, notes, and snippets.

@sysnakamura
Created May 7, 2016 21:02
Show Gist options
  • Save sysnakamura/b28bddcd014fa66076df95de0e4d4263 to your computer and use it in GitHub Desktop.
Save sysnakamura/b28bddcd014fa66076df95de0e4d4263 to your computer and use it in GitHub Desktop.
はてなブログカテゴリーラベルの配色変更CSS
/*カテゴリラベル色変更(記事)*/
.categories a {
background: #111;
color: #fff;
border-radius: 0.2em;
}
/*カテゴリラベル色変更(archive)*/
.page-archive .categories a {
background: #111;
color: #fff;
border-radius: 0.2em;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment