Skip to content

Commit 3797585

Browse files
author
Abdu Masoudi
authored
Fix: Show copy to clipboard button (#130)
1 parent 4fe7b9a commit 3797585

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/css/docs.css

+5
Original file line numberDiff line numberDiff line change
@@ -299,3 +299,8 @@ table tr td + td + td:last-child {
299299
box-shadow: 6px 6px 0 0 var(--ifm-color-secondary);
300300
transition: box-shadow .1s ease-in, transform .1s ease-in;
301301
}
302+
303+
/* Fix: show "Copy to clipboard" button */
304+
button.copyButton_node_modules-\@docusaurus-theme-classic-src-theme-CodeBlock- {
305+
color: var(--ifm-color-white);
306+
}

0 commit comments

Comments
 (0)