1
0
mirror of https://github.com/nileane/TangerineUI-for-Mastodon synced 2024-11-24 07:06:10 +09:00

Tweaked "More from author" link style to match other username links

This commit is contained in:
Niléane 2024-08-18 14:55:44 +02:00
parent 7525da24d2
commit cd5802fddc
No known key found for this signature in database
3 changed files with 18 additions and 3 deletions

View File

@ -1373,7 +1373,8 @@ body.app-body {
):is(:active, :focus, :hover)
.display-name strong,
.app-body .status__prepend .status__display-name:is(:active, :focus, :hover) strong,
.app-body a.notification-request__link:is(:active, :focus, :hover) .notification-request__name__display-name strong {
.app-body a.notification-request__link:is(:active, :focus, :hover) .notification-request__name__display-name strong,
.app-body .more-from-author a:is(:active, :focus, :hover) bdi {
text-decoration-line: underline;
text-decoration-color: currentColor;
text-decoration-thickness: 2px;
@ -3017,6 +3018,10 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu
.app-body .more-from-author a:is(:active, :hover, :focus) {
color: var(--color-accent);
}
.app-body .more-from-author a {
color: var(--color-content-fg);
font-weight: 700;
}
.app-body .status__content p {
margin-bottom: 12px;
}

View File

@ -1373,7 +1373,8 @@ body.app-body {
):is(:active, :focus, :hover)
.display-name strong,
.app-body .status__prepend .status__display-name:is(:active, :focus, :hover) strong,
.app-body a.notification-request__link:is(:active, :focus, :hover) .notification-request__name__display-name strong {
.app-body a.notification-request__link:is(:active, :focus, :hover) .notification-request__name__display-name strong,
.app-body .more-from-author a:is(:active, :focus, :hover) bdi {
text-decoration-line: underline;
text-decoration-color: currentColor;
text-decoration-thickness: 2px;
@ -3017,6 +3018,10 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu
.app-body .more-from-author a:is(:active, :hover, :focus) {
color: var(--color-accent);
}
.app-body .more-from-author a {
color: var(--color-content-fg);
font-weight: 700;
}
.app-body .status__content p {
margin-bottom: 12px;
}

View File

@ -1373,7 +1373,8 @@ body.app-body {
):is(:active, :focus, :hover)
.display-name strong,
.app-body .status__prepend .status__display-name:is(:active, :focus, :hover) strong,
.app-body a.notification-request__link:is(:active, :focus, :hover) .notification-request__name__display-name strong {
.app-body a.notification-request__link:is(:active, :focus, :hover) .notification-request__name__display-name strong,
.app-body .more-from-author a:is(:active, :focus, :hover) bdi {
text-decoration-line: underline;
text-decoration-color: currentColor;
text-decoration-thickness: 2px;
@ -3017,6 +3018,10 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu
.app-body .more-from-author a:is(:active, :hover, :focus) {
color: var(--color-accent);
}
.app-body .more-from-author a {
color: var(--color-content-fg);
font-weight: 700;
}
.app-body .status__content p {
margin-bottom: 12px;
}