Fix to counter phising attacks from misskey

This commit is contained in:
KMY 2023-03-07 12:01:59 +09:00
parent d272233f10
commit 1f52db67aa
3 changed files with 28 additions and 1 deletions

View file

@ -91,6 +91,13 @@
sup {
vertical-align: super;
}
}
.status__content__text {
a.kmy-dangerous-link {
color: red !important;
}
}
.reply-indicator__content {