fix: Adjust dark theme to make range slider more visible (#6885)

Fixes #6881
This commit is contained in:
Lars Eggert 2024-01-05 15:47:39 +02:00 committed by GitHub
parent 6110c8d525
commit 5174e399ed
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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";