diff --git a/TangerineUI-cherry.css b/TangerineUI-cherry.css index 8cf7139..5e104d9 100644 --- a/TangerineUI-cherry.css +++ b/TangerineUI-cherry.css @@ -1275,7 +1275,8 @@ body.app-body { .status__display-name, a.account__display-name ):is(:active, :focus, :hover) - .display-name strong { + .display-name strong, +.app-body .status__prepend .status__display-name:is(:active, :focus, :hover) strong { text-decoration-line: underline; text-decoration-color: currentColor; text-decoration-thickness: 2px; @@ -2639,9 +2640,6 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu .app-body .status__prepend .muted .emojione { opacity: 1; } -.app-body :is(.status__prepend, .notification__message):has(.icon-retweet) { - color: #D3487F; -} .app-body .status-card, .app-body .status-card.compact { background-color: var(--color-content-bg); diff --git a/TangerineUI-purple.css b/TangerineUI-purple.css index 6d6d6f4..03c09a8 100644 --- a/TangerineUI-purple.css +++ b/TangerineUI-purple.css @@ -1275,7 +1275,8 @@ body.app-body { .status__display-name, a.account__display-name ):is(:active, :focus, :hover) - .display-name strong { + .display-name strong, +.app-body .status__prepend .status__display-name:is(:active, :focus, :hover) strong { text-decoration-line: underline; text-decoration-color: currentColor; text-decoration-thickness: 2px; @@ -2639,9 +2640,6 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu .app-body .status__prepend .muted .emojione { opacity: 1; } -.app-body :is(.status__prepend, .notification__message):has(.icon-retweet) { - color: #D3487F; -} .app-body .status-card, .app-body .status-card.compact { background-color: var(--color-content-bg); diff --git a/TangerineUI.css b/TangerineUI.css index 722afe0..b630d1f 100644 --- a/TangerineUI.css +++ b/TangerineUI.css @@ -1275,7 +1275,8 @@ body.app-body { .status__display-name, a.account__display-name ):is(:active, :focus, :hover) - .display-name strong { + .display-name strong, +.app-body .status__prepend .status__display-name:is(:active, :focus, :hover) strong { text-decoration-line: underline; text-decoration-color: currentColor; text-decoration-thickness: 2px; @@ -2639,9 +2640,6 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu .app-body .status__prepend .muted .emojione { opacity: 1; } -.app-body :is(.status__prepend, .notification__message):has(.icon-retweet) { - color: #D3487F; -} .app-body .status-card, .app-body .status-card.compact { background-color: var(--color-content-bg);