We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 956f1c2 commit 7cdd28aCopy full SHA for 7cdd28a
2 files changed
docs/assets/stylesheets/theme.css
@@ -179,3 +179,14 @@
179
display: none; /* Hide light images in dark mode */
180
}
181
182
+.md-clipboard {
183
+ opacity: 1 !important;
184
+}
185
+
186
+.md-clipboard:hover {
187
+ background-color: var(--md-accent-fg-color--transparent);
188
189
190
+[data-md-color-scheme="slate"] .md-clipboard:not(:hover) {
191
+ color: var(--md-default-fg-color--light);
192
mkdocs.yml
@@ -72,11 +72,11 @@ theme:
72
icon: material/brightness-4
73
name: Switch to light mode
74
75
-features:
76
- - navigation.instant
77
- - navigation.sections
78
- - navigation.expand
79
- - toc.integrate
+ features:
+ - navigation.instant
+ - navigation.sections
+ - navigation.expand
+ - content.code.copy
80
81
markdown_extensions:
82
- footnotes
0 commit comments