css: Make top message logo less bright.

This commit is contained in:
Aman Agrawal 2023-05-15 05:23:11 +00:00 committed by Tim Abbott
parent 29880a4a1e
commit e6c7363613
1 changed files with 4 additions and 0 deletions

View File

@ -1329,6 +1329,10 @@
background-color: var(--color-background);
}
.top-messages-logo {
opacity: 0.7;
}
.scheduled-messages-loading-logo,
.alert-zulip-logo,
.top-messages-logo,