left_sidebar: Align no-alpha variable for light mode unreads.

This commit is contained in:
Karl Stolley
2023-11-03 19:01:59 -05:00
committed by Tim Abbott
parent 56f725e39b
commit a2ae715226

View File

@@ -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
);