mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 13:03:29 +00:00
left_sidebar: Align no-alpha variable for light mode unreads.
This commit is contained in:
@@ -206,6 +206,11 @@ body {
|
||||
--color-border-dropdown-menu: hsl(0deg 0% 0% / 40%);
|
||||
--color-border-personal-menu-avatar: hsl(0deg 0% 0% / 10%);
|
||||
--color-background-unread-counter: hsl(105deg 2% 50%);
|
||||
/* There's no alpha channel here, but this keeps
|
||||
the variable names in line. */
|
||||
--color-background-unread-counter-no-alpha: var(
|
||||
--color-background-unread-counter
|
||||
);
|
||||
--color-background-unread-counter-dot: var(
|
||||
--color-background-unread-counter
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user