Skip to content

Commit

Permalink
Merge pull request processing#2626 from shibomb/fix/readable-mystaffl…
Browse files Browse the repository at this point in the history
…ist-mobile

My Staff List can now be read with dark mode on mobile devices.
  • Loading branch information
lindapaiste authored Nov 24, 2023
2 parents 5819556 + 801ce2d commit 42dec8d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions client/styles/abstracts/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ $themes: (
input-selection-text-color: $darkest,
input-selection-background-color: $lightest,
input-border-color: $middle-dark,
search-background-color: $lightest,
search-background-color: $darker,
search-clear-background-color: $medium-dark,
search-hover-text-color: $lightest,
search-hover-background-color: $p5js-pink,
Expand Down Expand Up @@ -264,7 +264,7 @@ $themes: (
input-selection-text-color: $darkest,
input-selection-background-color: $lightest,
input-border-color: $middle-dark,
search-background-color: $white,
search-background-color: $darker,
search-clear-background-color: $medium-dark,
search-hover-text-color: $dark,
search-hover-background-color: $yellow,
Expand Down

0 comments on commit 42dec8d

Please sign in to comment.