From 84bb86395d970fc8658e2b91cf37b755fed38a50 Mon Sep 17 00:00:00 2001 From: Jordan Wiens Date: Wed, 15 Apr 2020 02:09:24 -0400 Subject: updates for type documentation including API examples --- docs/docs.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'docs/docs.css') diff --git a/docs/docs.css b/docs/docs.css index 1f369767..7743f852 100644 --- a/docs/docs.css +++ b/docs/docs.css @@ -8,6 +8,10 @@ background: rgba(0, 0, 0, 0); } */ +code, .codehilite { + background-color: #eee; +} + .admonition.warning .admonition-title, .admonition.warning { background-color: #d73726 !important; color: #fff !important; -- cgit v1.3.1