diff --git a/TangerineUI-cherry.css b/TangerineUI-cherry.css index 542c3e2..7fd0be8 100644 --- a/TangerineUI-cherry.css +++ b/TangerineUI-cherry.css @@ -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; } diff --git a/TangerineUI-purple.css b/TangerineUI-purple.css index 0ec03ed..d40a40d 100644 --- a/TangerineUI-purple.css +++ b/TangerineUI-purple.css @@ -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; } diff --git a/TangerineUI.css b/TangerineUI.css index 9823593..b98884f 100644 --- a/TangerineUI.css +++ b/TangerineUI.css @@ -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; }