From 93020159006b68c5e0e5b1eafeef11d1df72da1a Mon Sep 17 00:00:00 2001 From: Jordan Wiens Date: Tue, 18 Apr 2017 15:37:25 -0400 Subject: fix transparency on code blocks --- 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 5006119f..e06fa460 100644 --- a/docs/docs.css +++ b/docs/docs.css @@ -26,3 +26,7 @@ img[alt$="><"] { margin: auto; float: none!important; } + +.article pre code { + background: rgba(0, 0, 0, 0); +} -- cgit v1.3.1