docs: color inline code as black

dev
Andy Meneely 2016-03-18 11:17:56 -04:00
parent dad2ab5ba9
commit 9153fc8657
1 changed files with 4 additions and 1 deletions

View File

@ -1,7 +1,10 @@
@import url("theme.css"); @import url("theme.css");
/* Can add custom styling here */ /* Can add custom styling here */
.attribution{ .attribution{
text-align: right; text-align: right;
} }
code.literal span.pre{
color: black;
}