From da8e42372a203583a1be35b46fee53c05daff7fd Mon Sep 17 00:00:00 2001 From: briangor Date: Wed, 26 Oct 2022 21:56:39 +0300 Subject: [PATCH] Add styles to docs 'Show code' --- docs/docs.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/docs.css b/docs/docs.css index 85442c2..274317d 100644 --- a/docs/docs.css +++ b/docs/docs.css @@ -116,6 +116,9 @@ blockquote footer { summary { font-size: 14px; padding-top: 10px; + cursor: pointer; + margin: 12px 0 0 0; + width: 30%; } pre {