Skip to content

Commit 5174e39

Browse files
authored
fix: Adjust dark theme to make range slider more visible (ietf-tools#6885)
Fixes ietf-tools#6881
1 parent 6110c8d commit 5174e39

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

ietf/static/css/custom-bs-import.scss

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,9 @@ $h4-font-size: $font-size-base * 1.4;
4646
$h5-font-size: $font-size-base * 1.2;
4747
$h6-font-size: $font-size-base;
4848

49+
// Default is gray-800, which is the same as the range slider background.
50+
$light-bg-subtle-dark: mix($gray-800, $black);
51+
4952
@import "bootstrap/scss/maps";
5053
@import "bootstrap/scss/mixins";
5154
@import "bootstrap/scss/utilities";

0 commit comments

Comments
 (0)