From 3797585ec8c9311fbb99e84756114576fa6a4476 Mon Sep 17 00:00:00 2001 From: Abdu Masoudi <73117112+uplancer@users.noreply.github.com> Date: Fri, 23 Oct 2020 21:20:18 +0100 Subject: [PATCH] Fix: Show copy to clipboard button (#130) --- src/css/docs.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/css/docs.css b/src/css/docs.css index b5e6f5b..41f811f 100644 --- a/src/css/docs.css +++ b/src/css/docs.css @@ -299,3 +299,8 @@ table tr td + td + td:last-child { box-shadow: 6px 6px 0 0 var(--ifm-color-secondary); transition: box-shadow .1s ease-in, transform .1s ease-in; } + +/* Fix: show "Copy to clipboard" button */ +button.copyButton_node_modules-\@docusaurus-theme-classic-src-theme-CodeBlock- { + color: var(--ifm-color-white); +}