mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00:00
The dark component out of the light-dark() of --color-message-list-border is hsl(0deg 0% 0% / 40%), which is the same as the color we specify in dark_theme.css. - .recipient_row already uses the above variable, so it's entry is not needed in dark_theme.css - .message_row uses the same variable as well. - .overlay-message-row does not have a direct border. Although .message_row nested inside it does. It already uses the above variable, so we can remove this entry as well.