From 9153fc8657edf2a5c0a4f873ec85b61e2afaf7c9 Mon Sep 17 00:00:00 2001 From: Andy Meneely Date: Fri, 18 Mar 2016 11:17:56 -0400 Subject: [PATCH] docs: color inline code as black --- docs/_static/css/squibdocs.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/_static/css/squibdocs.css b/docs/_static/css/squibdocs.css index b7d8486..090e364 100644 --- a/docs/_static/css/squibdocs.css +++ b/docs/_static/css/squibdocs.css @@ -1,7 +1,10 @@ @import url("theme.css"); /* Can add custom styling here */ - .attribution{ text-align: right; } + +code.literal span.pre{ + color: black; +}