@@ -65,25 +65,25 @@ reload:
65
65
set-timeout: 2000
66
66
wait-for: "#crate-search"
67
67
assert-css: ("#crate-search", {
68
- "border": "1px solid rgb(224, 224, 224) ",
69
- "color": "rgb(0, 0, 0) ",
70
- "background-color": "rgb(255, 255, 255) ",
68
+ "border": "1px solid #e0e0e0 ",
69
+ "color": "black ",
70
+ "background-color": "white ",
71
71
})
72
72
73
73
// We now check the dark theme.
74
74
click: "#settings-menu"
75
75
wait-for: "#settings"
76
76
click: "#theme-dark"
77
77
wait-for-css: ("#crate-search", {
78
- "border": "1px solid rgb(224, 224, 224) ",
79
- "color": "rgb(221, 221, 221) ",
80
- "background-color": "rgb(53, 53, 53) ",
78
+ "border": "1px solid #e0e0e0 ",
79
+ "color": "#ddd ",
80
+ "background-color": "#353535 ",
81
81
})
82
82
83
83
// And finally we check the ayu theme.
84
84
click: "#theme-ayu"
85
85
wait-for-css: ("#crate-search", {
86
- "border": "1px solid rgb(92, 103, 115) ",
87
- "color": "rgb(255, 255, 255) ",
88
- "background-color": "rgb(15, 20, 25) ",
86
+ "border": "1px solid #5c6773 ",
87
+ "color": "#fff ",
88
+ "background-color": "#0f1419 ",
89
89
})
0 commit comments