Ensure alt is readable in light and dark themes
This commit is contained in:
parent
309973452b
commit
5ecb0f84cf
|
@ -118,7 +118,8 @@
|
||||||
line-height: 1;
|
line-height: 1;
|
||||||
border: none;
|
border: none;
|
||||||
border-radius: 2px;
|
border-radius: 2px;
|
||||||
background: var(--mask-opaque-bg);
|
background: var(--alt-button-bg);
|
||||||
|
color: var(--alt-button-color);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Increase touch area to make it easy not to miss the button */
|
/* Increase touch area to make it easy not to miss the button */
|
||||||
|
|
|
@ -77,6 +77,9 @@
|
||||||
--mask-opaque-bg: #{rgba($toast-bg, 0.8)};
|
--mask-opaque-bg: #{rgba($toast-bg, 0.8)};
|
||||||
--loading-bg: #{#ededed};
|
--loading-bg: #{#ededed};
|
||||||
|
|
||||||
|
--alt-button-bg: #{rgba($toast-bg, 0.8)};
|
||||||
|
--alt-button-color: #{$secondary-text-color};
|
||||||
|
|
||||||
--account-profile-bg-backdrop-filter: #{rgba($main-bg-color, 0.85)};
|
--account-profile-bg-backdrop-filter: #{rgba($main-bg-color, 0.85)};
|
||||||
--account-profile-bg: #{rgba($main-bg-color, 0.9)};
|
--account-profile-bg: #{rgba($main-bg-color, 0.9)};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue