Skip to content

Commit

Permalink
docs: fix range track color (#6744)
Browse files Browse the repository at this point in the history
  • Loading branch information
kyletsang committed Dec 28, 2023
1 parent 1ead9ca commit d8f905c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions www/src/css/examples.scss
Expand Up @@ -8,6 +8,12 @@
display: block;
}

.form-range {
&::-webkit-slider-runnable-track {
background-color: var(--bs-secondary-bg);
}
}

.navbar {
background-color: initial;
height: auto;
Expand Down

0 comments on commit d8f905c

Please sign in to comment.