diff --git a/TangerineUI-cherry.css b/TangerineUI-cherry.css index cfe8532..4879351 100644 --- a/TangerineUI-cherry.css +++ b/TangerineUI-cherry.css @@ -3315,6 +3315,7 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu .app-body .search__popout__menu__item:is(.selected, :active, :focus, :hover) mark { background-color: var(--color-accent); color: var(--color-accent-fg); + border-radius: 8px; } @media screen and (max-width:1174px) { diff --git a/TangerineUI-purple.css b/TangerineUI-purple.css index aadab80..18ccd1b 100644 --- a/TangerineUI-purple.css +++ b/TangerineUI-purple.css @@ -3314,6 +3314,7 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu .app-body .search__popout__menu__item:is(.selected, :active, :focus, :hover) mark { background-color: var(--color-accent); color: var(--color-accent-fg); + border-radius: 8px; } @media screen and (max-width:1174px) { diff --git a/TangerineUI.css b/TangerineUI.css index fcabdad..a772e82 100644 --- a/TangerineUI.css +++ b/TangerineUI.css @@ -3314,6 +3314,7 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu .app-body .search__popout__menu__item:is(.selected, :active, :focus, :hover) mark { background-color: var(--color-accent); color: var(--color-accent-fg); + border-radius: 8px; } @media screen and (max-width:1174px) {