summaryrefslogtreecommitdiff
path: root/docs/docs.css
diff options
context:
space:
mode:
Diffstat (limited to 'docs/docs.css')
-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);
+}