Skip to content

Commit

Permalink
fix slider color contrast
Browse files Browse the repository at this point in the history
  • Loading branch information
basher committed Mar 25, 2024
1 parent 53edcdd commit 1d08ed8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ui/src/stylesheets/components/_slider.scss
Original file line number Diff line number Diff line change
Expand Up @@ -61,11 +61,11 @@ Dependencies.
// JavaScript enhancements.
&.is-js-enabled {
.slider__slide {
opacity: 0.75;
filter: grayscale(60%);
}

.is-visible {
opacity: 1;
filter: grayscale(0);
}

// Identify current slide (when using PREV|NEXT buttons).
Expand Down

0 comments on commit 1d08ed8

Please sign in to comment.