Skip to content

Commit

Permalink
fix: Adjust dark theme to make range slider more visible (#6885)
Browse files Browse the repository at this point in the history
Fixes #6881
  • Loading branch information
larseggert committed Jan 5, 2024
1 parent 6110c8d commit 5174e39
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ietf/static/css/custom-bs-import.scss
Expand Up @@ -46,6 +46,9 @@ $h4-font-size: $font-size-base * 1.4;
$h5-font-size: $font-size-base * 1.2;
$h6-font-size: $font-size-base;

// Default is gray-800, which is the same as the range slider background.
$light-bg-subtle-dark: mix($gray-800, $black);

@import "bootstrap/scss/maps";
@import "bootstrap/scss/mixins";
@import "bootstrap/scss/utilities";
Expand Down

0 comments on commit 5174e39

Please sign in to comment.