Skip to content

Instantly share code, notes, and snippets.

@arkenous
Created January 3, 2016 12:35
Show Gist options
  • Save arkenous/bf7356e1568c63e472ae to your computer and use it in GitHub Desktop.
Save arkenous/bf7356e1568c63e472ae to your computer and use it in GitHub Desktop.
Design css for darkroom theme of hatena blog.
/* <system section="theme" selected="darkroom"> */
@import url("/css/theme/darkroom/darkroom.css");
/* </system> */
#main {
max-width: none;
}
.entry {
max-width: none;
margin-left: 100px;
margin-right: 100px;
}
.entry-content pre {
max-width: none;
}
.entry-content code {
border: 1px solid rgb(59, 134, 198);
background-color: rgba(0, 10, 125, 0.3);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment