Skip to content

Commit 51db5b7

Browse files
committed
[Site] Fix input range color
Previous value made it impossible to use without a background.
1 parent 3962582 commit 51db5b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ux.symfony.com/assets/styles/_variables.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@ $size-unit: calc(8px + 1.5625vw);
1919

2020
$font-family-monospace: var(--font-family-code);
2121

22-
$form-range-track-bg: var(--bs-body-bg);
22+
$form-range-track-bg: #111315ab;
2323
$form-range-thumb-bg: var(--bs-secondary-color);

0 commit comments

Comments
 (0)