From 7e5f3baf053b383238563ee937538a3805be4ab7 Mon Sep 17 00:00:00 2001 From: thismoon Date: Mon, 11 Nov 2024 12:07:11 +0100 Subject: [PATCH 1/2] unread pill --- midnight.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/midnight.css b/midnight.css index 9ed079e..2726f9d 100644 --- a/midnight.css +++ b/midnight.css @@ -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 */ { From bbeaecbcf1ca2b47f67a9983728d2bfc273315cf Mon Sep 17 00:00:00 2001 From: thismoon Date: Mon, 11 Nov 2024 12:07:57 +0100 Subject: [PATCH 2/2] ; --- midnight.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/midnight.css b/midnight.css index 2726f9d..d4288d9 100644 --- a/midnight.css +++ b/midnight.css @@ -176,7 +176,7 @@ div.message_d5deea.replying_d5deea::before /* change reply message bar to neutra .mention_edf32f /* NEW unread pill */, .mentionsBar_eba0ba /* channel list new mention pill */ { --status-danger: var(--accent-3); - color: var(--status-danger-text) + color: var(--status-danger-text); } .message_d5deea.mentioned_d5deea:before /* mention message left edge */, .botTagOP_a9e77f /* OP tag */ {