diff options
| author | bors <bors@rust-lang.org> | 2023-01-05 15:47:39 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2023-01-05 15:47:39 +0000 |
| commit | 388538fc963e07a94e3fc3ac8948627fd2d28d29 (patch) | |
| tree | 4964de2a8f25e98642d46b2a184e84741b79ce5f /src/test | |
| parent | 1d284af117716473e1a35cc0d91c170e44e3fc6e (diff) | |
| parent | 112723b4e36df1997ccd14e5d8c382d499bf02ed (diff) | |
| download | rust-388538fc963e07a94e3fc3ac8948627fd2d28d29.tar.gz rust-388538fc963e07a94e3fc3ac8948627fd2d28d29.zip | |
Auto merge of #106487 - GuillaumeGomez:fix-kbd-var, r=notriddle
Fix --kbd-color variable name in rustdoc.css Interestingly enough, it only impacted the dark theme. Before:  After:  r? `@notriddle`
Diffstat (limited to 'src/test')
| -rw-r--r-- | src/test/rustdoc-gui/help-page.goml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/rustdoc-gui/help-page.goml b/src/test/rustdoc-gui/help-page.goml index 83f2556fd8f..62cc9ac6497 100644 --- a/src/test/rustdoc-gui/help-page.goml +++ b/src/test/rustdoc-gui/help-page.goml @@ -39,7 +39,7 @@ call-function: ("check-colors", { }) call-function: ("check-colors", { "theme": "dark", - "color": "rgb(221, 221, 221)", + "color": "rgb(0, 0, 0)", "background": "rgb(250, 251, 252)", "box_shadow": "rgb(198, 203, 209)", }) |
