1
0
Fork 1
mirror of https://example.com synced 2024-11-22 11:56:38 +09:00

chore: (revert) change some notification colors

This commit is contained in:
naskya 2023-08-26 12:47:23 +09:00
parent d52e4b3c6a
commit f7e03a8aeb
Signed by: naskya
GPG key ID: 164DFF24E2D40139
2 changed files with 4 additions and 3 deletions

View file

@ -51,6 +51,7 @@
- 最新の Misskey ではデフォルトリアクションが❤️になったため空のリアクションを送ると❤️として表示されてしまうが、❤️は 𝓋... という気持ちを伝えるためのリアクションであってただの「いいね」とは異なるため、このボタンで❤️は送りたくないから
- 通知の表示を簡潔にする
- 「がリアクションしました」とかリプライの上にある白い線とかが邪魔に思えたため
- 一部の表示の色も Misskey の通知の色が個人的に好みだったので戻した
- 支援者リストをファイルから読み込む
- 外部のサーバーが落ちるとユーザーページが開けなくなることを防ぐため
- 閲覧注意の注釈と画像の代替テキストもアンテナで調べる対象にする

View file

@ -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;
}