Skip to content

Commit 4825fb1

Browse files
Add missing CSS variables in GUI test for custom-theme.css
1 parent dd5f7bc commit 4825fb1

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

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

Lines changed: 2 additions & 0 deletions
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)