We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef4aeb8 commit 47035e0Copy full SHA for 47035e0
1 file changed
packages/cursorless-org-docs/src/docs/components/Code.css
@@ -64,3 +64,10 @@
64
width: 1.25rem;
65
height: 0.75rem;
66
}
67
+
68
+[data-theme="dark"]:root {
69
+ .code-copy-button,
70
+ .code-container > .code-link {
71
+ background-color: #444;
72
+ }
73
+}
0 commit comments