mirror of https://github.com/vector-im/riot-web
Give a bit of opacity to the divider colour
parent
82119ad595
commit
49f5f89351
|
@ -63,7 +63,7 @@ $input-invalid-border-color: $warning-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
|
||||
$scrollbar-thumb-color: rgba(255, 255, 255, 0.2);
|
||||
|
|
Loading…
Reference in New Issue