Experiment default links to text color, except mentions and those that are "processed" by Mastodon

Only apply to links in statuses
This commit is contained in:
Lim Chee Aun 2023-03-13 10:10:02 +08:00
parent 0d29043358
commit f65c8a9bfc

View file

@ -251,6 +251,9 @@
filter: none;
image-rendering: auto;
}
.status .content a:not(.mention):not(:has(span)) {
color: inherit;
}
.timeline-deck .status .content {
max-height: 50vh;