From f7e03a8aeba4c402ee9a245d528efc245ebcec5b Mon Sep 17 00:00:00 2001 From: naskya Date: Sat, 26 Aug 2023 12:47:23 +0900 Subject: [PATCH] chore: (revert) change some notification colors --- README.md | 1 + packages/client/src/components/MkNotification.vue | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 43fa6490..08d659de 100644 --- a/README.md +++ b/README.md @@ -51,6 +51,7 @@ - 最新の Misskey ではデフォルトリアクションが❤️になったため空のリアクションを送ると❤️として表示されてしまうが、❤️は ℒℴ𝓋ℯ... という気持ちを伝えるためのリアクションであってただの「いいね」とは異なるため、このボタンで❤️は送りたくないから - 通知の表示を簡潔にする - 「がリアクションしました」とかリプライの上にある白い線とかが邪魔に思えたため + - 一部の表示の色も Misskey の通知の色が個人的に好みだったので戻した - 支援者リストをファイルから読み込む - 外部のサーバーが落ちるとユーザーページが開けなくなることを防ぐため - 閲覧注意の注釈と画像の代替テキストもアンテナで調べる対象にする diff --git a/packages/client/src/components/MkNotification.vue b/packages/client/src/components/MkNotification.vue index a7de770e..87ee3d44 100644 --- a/packages/client/src/components/MkNotification.vue +++ b/packages/client/src/components/MkNotification.vue @@ -435,19 +435,19 @@ useTooltip(reactionRef, (showing) => { &.receiveFollowRequest, &.groupInvited { padding: 3px; - background: #31748f; + background: #36aed2; pointer-events: none; } &.renote { padding: 3px; - background: #31748f; + background: #36d298; pointer-events: none; } &.quote { padding: 3px; - background: #31748f; + background: #36d298; pointer-events: none; }