mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-02-24 16:58:47 +01:00
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:
parent
0d29043358
commit
f65c8a9bfc
1 changed files with 3 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue