We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4fe7b9a commit 3797585Copy full SHA for 3797585
src/css/docs.css
@@ -299,3 +299,8 @@ table tr td + td + td:last-child {
299
box-shadow: 6px 6px 0 0 var(--ifm-color-secondary);
300
transition: box-shadow .1s ease-in, transform .1s ease-in;
301
}
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