Skip to content

Commit 42dec8d

Browse files
authored
Merge pull request #2626 from shibomb/fix/readable-mystafflist-mobile
My Staff List can now be read with dark mode on mobile devices.
2 parents 5819556 + 801ce2d commit 42dec8d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

client/styles/abstracts/_variables.scss

Lines changed: 2 additions & 2 deletions
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,
@@ -264,7 +264,7 @@ $themes: (
264264
input-selection-text-color: $darkest,
265265
input-selection-background-color: $lightest,
266266
input-border-color: $middle-dark,
267-
search-background-color: $white,
267+
search-background-color: $darker,
268268
search-clear-background-color: $medium-dark,
269269
search-hover-text-color: $dark,
270270
search-hover-background-color: $yellow,

0 commit comments

Comments
 (0)