diff --git a/TangerineUI-cherry.css b/TangerineUI-cherry.css index 2c3fd34..e0d9d9a 100644 --- a/TangerineUI-cherry.css +++ b/TangerineUI-cherry.css @@ -1931,6 +1931,10 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu outline: 0; background: var(--color-content-bg-focus); } +.app-body :is(.status__wrapper.focusable, .detailed-status__wrapper.focusable):focus .status__content__spoiler-link span { + background-color: var(--color-content-bg-focus); + outline-color: var(--color-content-bg-focus); +} @media screen and (min-width:1175px) { /* Subtle hover effect when you hover over a post content in the timeline. Only on bigger screens. */ .app-body .status__wrapper:has(.status__content:hover), .app-body .notification__message:has(+ div > .status__wrapper .status__content:hover) { diff --git a/TangerineUI-purple.css b/TangerineUI-purple.css index 4031479..497f977 100644 --- a/TangerineUI-purple.css +++ b/TangerineUI-purple.css @@ -1931,6 +1931,10 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu outline: 0; background: var(--color-content-bg-focus); } +.app-body :is(.status__wrapper.focusable, .detailed-status__wrapper.focusable):focus .status__content__spoiler-link span { + background-color: var(--color-content-bg-focus); + outline-color: var(--color-content-bg-focus); +} @media screen and (min-width:1175px) { /* Subtle hover effect when you hover over a post content in the timeline. Only on bigger screens. */ .app-body .status__wrapper:has(.status__content:hover), .app-body .notification__message:has(+ div > .status__wrapper .status__content:hover) { diff --git a/TangerineUI.css b/TangerineUI.css index af49de2..8fb04fa 100644 --- a/TangerineUI.css +++ b/TangerineUI.css @@ -1932,6 +1932,10 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu outline: 0; background: var(--color-content-bg-focus); } +.app-body :is(.status__wrapper.focusable, .detailed-status__wrapper.focusable):focus .status__content__spoiler-link span { + background-color: var(--color-content-bg-focus); + outline-color: var(--color-content-bg-focus); +} @media screen and (min-width:1175px) { /* Subtle hover effect when you hover over a post content in the timeline. Only on bigger screens. */ .app-body .status__wrapper:has(.status__content:hover), .app-body .notification__message:has(+ div > .status__wrapper .status__content:hover) {