Skip to content

Commit

Permalink
Merge pull request #148 from thismoon/unread-pill
Browse files Browse the repository at this point in the history
unread pill
  • Loading branch information
refact0r authored Nov 12, 2024
2 parents c338f95 + bbeaecb commit a460fd5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion midnight.css
Original file line number Diff line number Diff line change
Expand Up @@ -173,9 +173,10 @@ div.message_d5deea.replying_d5deea::before /* change reply message bar to neutra
color: var(--accent-3) !important;
}
.divider_d5deea /* unread divider */,
.mention_c10249 /* NEW unread pill */,
.mention_edf32f /* NEW unread pill */,
.mentionsBar_eba0ba /* channel list new mention pill */ {
--status-danger: var(--accent-3);
color: var(--status-danger-text);
}
.message_d5deea.mentioned_d5deea:before /* mention message left edge */,
.botTagOP_a9e77f /* OP tag */ {
Expand Down

0 comments on commit a460fd5

Please sign in to comment.