summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJordan Wiens <jordan@psifertex.com>2017-04-18 15:37:25 -0400
committerJordan Wiens <jordan@psifertex.com>2017-04-18 15:37:25 -0400
commit93020159006b68c5e0e5b1eafeef11d1df72da1a (patch)
tree6a76cf761f6071553d4cf0fd997135b556638bfc /docs
parent57816e7d25fa37757dfa823feba1f5cb7a233625 (diff)
fix transparency on code blocks
Diffstat (limited to 'docs')
-rw-r--r--docs/docs.css4
1 files changed, 4 insertions, 0 deletions
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);
+}