Add options to highlight misleading links in statuses

Fixes #1162
This commit is contained in:
Thibaut Girka
2019-08-01 15:01:09 +02:00
committed by ThibG
parent 49a28e69a5
commit df866a464d
6 changed files with 130 additions and 0 deletions

View File

@@ -135,6 +135,10 @@
a.unhandled-link {
color: lighten($ui-highlight-color, 8%);
.link-origin-tag {
color: $gold-star;
}
}
.status__content__spoiler-link {