0
0
Fork 0

Change contrast of status links that are not mentions nor hashtags (#11406)

This commit is contained in:
ThibG 2019-07-28 06:00:51 +02:00 committed by Eugen Rochko
parent f371b32137
commit 10e78ecf57
2 changed files with 5 additions and 0 deletions

View file

@ -753,6 +753,10 @@
}
}
a.unhandled-link {
color: lighten($ui-highlight-color, 8%);
}
.status__content__spoiler-link {
background: $action-button-color;