From 576c3cd9186db3d837ef241664415a26a613cbf3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nil=C3=A9ane?= Date: Mon, 1 Jan 2024 13:29:02 +0100 Subject: [PATCH] bold selected navigation item --- TangerineUI-cherry.css | 1 + TangerineUI-purple.css | 1 + TangerineUI.css | 1 + 3 files changed, 3 insertions(+) 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;