We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
custom-theme.css
1 parent 9b789a6 commit fb34b36Copy full SHA for fb34b36
tests/rustdoc-gui/src/theme_css/custom-theme.css
@@ -23,6 +23,8 @@
23
--copy-path-button-color: #999;
24
--copy-path-img-filter: invert(50%);
25
--copy-path-img-hover-filter: invert(35%);
26
+ --code-example-button-color: #7f7f7f;
27
+ --code-example-button-hover-color: #a5a5a5;
28
--codeblock-error-hover-color: rgb(255, 0, 0);
29
--codeblock-error-color: rgba(255, 0, 0, .5);
30
--codeblock-ignore-hover-color: rgb(255, 142, 0);
0 commit comments