Created
July 8, 2020 08:26
-
-
Save kevinrue/7e522beb3e01a04d424e3eec87e6495a to your computer and use it in GitHub Desktop.
CSS style sheet for Bioconductor GitBook
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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