Browse Source

docs: color inline code as black

dev
Andy Meneely 10 years ago
parent
commit
9153fc8657
  1. 5
      docs/_static/css/squibdocs.css

5
docs/_static/css/squibdocs.css vendored

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

Loading…
Cancel
Save