Fix to counter phising attacks from misskey
This commit is contained in:
parent
d272233f10
commit
1f52db67aa
3 changed files with 28 additions and 1 deletions
|
@ -91,6 +91,13 @@
|
|||
sup {
|
||||
vertical-align: super;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
.status__content__text {
|
||||
a.kmy-dangerous-link {
|
||||
color: red !important;
|
||||
}
|
||||
}
|
||||
|
||||
.reply-indicator__content {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue