Skip to content

Commit d0ed4ed

Browse files
Migrate GUI colors test to original CSS color format
1 parent c77329c commit d0ed4ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: tests/rustdoc-gui/sidebar-source-code-display.goml

+1-1
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ call-function: ("check-colors", {
141141
"theme": "ayu",
142142
"color": "#c5c5c5",
143143
"color_hover": "#ffb44c",
144-
"background": "rgb(20, 25, 31)",
144+
"background": "#14191f",
145145
"background_hover": "#14191f",
146146
"background_toggle": "rgba(0, 0, 0, 0)",
147147
"background_toggle_hover": "rgba(70, 70, 70, 0.33)",

0 commit comments

Comments
 (0)