Skip to content

Instantly share code, notes, and snippets.

@kevinrue
Created July 8, 2020 08:26
Show Gist options
  • Save kevinrue/7e522beb3e01a04d424e3eec87e6495a to your computer and use it in GitHub Desktop.
Save kevinrue/7e522beb3e01a04d424e3eec87e6495a to your computer and use it in GitHub Desktop.
CSS style sheet for Bioconductor GitBook
p.caption {
color: #777;
margin-top: 10px;
}
p code {
white-space: inherit;
}
pre {
word-break: normal;
word-wrap: normal;
}
pre code {
white-space: inherit;
}
.book .book-summary ul.summary li a, .book .book-summary ul.summary li span {
color: #87b13f;
font-weight: bold;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment