Skip to content

Instantly share code, notes, and snippets.

@kickbase
Created October 21, 2016 04:06
Show Gist options
  • Save kickbase/568b8894e543348d7bd636d8d9d0f97c to your computer and use it in GitHub Desktop.
Save kickbase/568b8894e543348d7bd636d8d9d0f97c to your computer and use it in GitHub Desktop.
[ Blog ] [ CSS ] basic design css
/* <system section="theme" selected="8454420450068575461"> */
@import url("http://hatenablog.com/theme/8454420450068575461.css");
/* </system> */
/* 表設定 */
tbody tr:nth-child(even) { background-color:#fafafa; }
tbody tr:nth-child(odd) { background-color:#ffffff; }
/* はてなスターツールチップ設定 */
.star-navigation-tooltip{ display: none; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment