Skip to content

Commit ffe3bc4

Browse files
committed
The background color of each line of the staff list on mobile devices has been set to a darker.
fixed #2625
1 parent fcbc05e commit ffe3bc4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/styles/abstracts/_variables.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ $themes: (
170170
input-selection-text-color: $darkest,
171171
input-selection-background-color: $lightest,
172172
input-border-color: $middle-dark,
173-
search-background-color: $lightest,
173+
search-background-color: $darker,
174174
search-clear-background-color: $medium-dark,
175175
search-hover-text-color: $lightest,
176176
search-hover-background-color: $p5js-pink,

0 commit comments

Comments
 (0)