Skip to content

Commit fb34b36

Browse files
Add missing CSS variables in GUI test for custom-theme.css
1 parent 9b789a6 commit fb34b36

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/rustdoc-gui/src/theme_css/custom-theme.css

+2
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@
2323
--copy-path-button-color: #999;
2424
--copy-path-img-filter: invert(50%);
2525
--copy-path-img-hover-filter: invert(35%);
26+
--code-example-button-color: #7f7f7f;
27+
--code-example-button-hover-color: #a5a5a5;
2628
--codeblock-error-hover-color: rgb(255, 0, 0);
2729
--codeblock-error-color: rgba(255, 0, 0, .5);
2830
--codeblock-ignore-hover-color: rgb(255, 142, 0);

0 commit comments

Comments
 (0)