fix: Adjust dark theme to make range slider more visible (#6885)
Fixes #6881
This commit is contained in:
parent
6110c8d525
commit
5174e399ed
3
ietf/static/css/custom-bs-import.scss
vendored
3
ietf/static/css/custom-bs-import.scss
vendored
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue