From 768de4f29a3d8a654c25188f22d8e76a04db2503 Mon Sep 17 00:00:00 2001 From: ThatOneCalculator Date: Tue, 26 Jul 2022 21:18:36 -0700 Subject: [PATCH] More rpine --- packages/client/src/components/notification.vue | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/packages/client/src/components/notification.vue b/packages/client/src/components/notification.vue index 9589970a44..613eef451e 100644 --- a/packages/client/src/components/notification.vue +++ b/packages/client/src/components/notification.vue @@ -214,50 +214,50 @@ useTooltip(reactionRef, (showing) => { } > * { - color: #fff; + color: #e0def4; width: 100%; height: 100%; } &.follow, &.followRequestAccepted, &.receiveFollowRequest, &.groupInvited { padding: 3px; - background: #36aed2; + background: #31748f; pointer-events: none; } &.renote { padding: 3px; - background: #36d298; + background: #9ccfd8; pointer-events: none; } &.quote { padding: 3px; - background: #36d298; + background: #9ccfd8; pointer-events: none; } &.reply { padding: 3px; - background: #007aff; + background: #c4a7e7; pointer-events: none; } &.mention { padding: 3px; - background: #88a6b7; + background: #908caa; pointer-events: none; } &.pollVote { padding: 3px; - background: #88a6b7; + background: #908caa; pointer-events: none; } &.pollEnded { padding: 3px; - background: #88a6b7; + background: #908caa; pointer-events: none; } }