Skip to content

Instantly share code, notes, and snippets.

@sysnakamura
Created May 9, 2016 17:20
Show Gist options
  • Save sysnakamura/8414a21a666b63178f2c72add55b7c8b to your computer and use it in GitHub Desktop.
Save sysnakamura/8414a21a666b63178f2c72add55b7c8b to your computer and use it in GitHub Desktop.
はてなブログスマホ版の目次変更CSS
<style tyle=text/css> /*すでに記述している場合には不要*/
/*目次のCSS*/
.table-of-contents:before{
content: "目次";
font-size: 120%;
}
.table-of-contents{
padding: 20px 10px 20px 40px !important;
border-radius: 5px;
background: #f0f0f0;/*背景色はここから変更*/
}
.table-of-contents ul{
font-size: 90%;
}
.table-of-contents ul{
margin-left: 0;
}</style> /*すでに記述している場合には不要*/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment