diff --git a/TangerineUI-cherry.css b/TangerineUI-cherry.css index 77be17d..72d421b 100644 --- a/TangerineUI-cherry.css +++ b/TangerineUI-cherry.css @@ -3245,6 +3245,7 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu } .app-body .column-link--transparent:is(.active, .active:hover) { color: var(--color-content-fg); + font-weight: bold; } .app-body .column-link--transparent:hover { border-radius: 8px; diff --git a/TangerineUI-purple.css b/TangerineUI-purple.css index 61b94dd..8d95f64 100644 --- a/TangerineUI-purple.css +++ b/TangerineUI-purple.css @@ -3245,6 +3245,7 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu } .app-body .column-link--transparent:is(.active, .active:hover) { color: var(--color-content-fg); + font-weight: bold; } .app-body .column-link--transparent:hover { border-radius: 8px; diff --git a/TangerineUI.css b/TangerineUI.css index c296b3b..f3ba0fc 100644 --- a/TangerineUI.css +++ b/TangerineUI.css @@ -3245,6 +3245,7 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu } .app-body .column-link--transparent:is(.active, .active:hover) { color: var(--color-content-fg); + font-weight: bold; } .app-body .column-link--transparent:hover { border-radius: 8px;