Give a bit of opacity to the divider colour

This commit is contained in:
Travis Ralston 2021-04-23 16:04:53 -06:00
parent 82119ad595
commit 49f5f89351

View file

@ -63,7 +63,7 @@ $input-invalid-border-color: $warning-color;
$field-focused-label-bg-color: $bg-color; $field-focused-label-bg-color: $bg-color;
$resend-button-divider-color: $muted-fg-color; $resend-button-divider-color: #b9bec64a; // muted-text with a 4A opacity.
// scrollbars // scrollbars
$scrollbar-thumb-color: rgba(255, 255, 255, 0.2); $scrollbar-thumb-color: rgba(255, 255, 255, 0.2);