From f95b81d4c66b74aaf3de947e65177fbaace453f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nil=C3=A9ane?= Date: Tue, 23 Jan 2024 18:09:28 +0100 Subject: [PATCH] Bold news titles --- TangerineUI-cherry.css | 3 +++ TangerineUI-purple.css | 3 +++ TangerineUI.css | 3 +++ 3 files changed, 9 insertions(+) diff --git a/TangerineUI-cherry.css b/TangerineUI-cherry.css index 778f295..365d223 100644 --- a/TangerineUI-cherry.css +++ b/TangerineUI-cherry.css @@ -3930,6 +3930,9 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu .app-body .story__details__title { color: var(--color-content-fg); } +.app-body .story__details__title { + font-weight: bold; +} .app-body .story:hover { background-color: var(--color-content-bg-focus); } diff --git a/TangerineUI-purple.css b/TangerineUI-purple.css index 4256929..416c852 100644 --- a/TangerineUI-purple.css +++ b/TangerineUI-purple.css @@ -3930,6 +3930,9 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu .app-body .story__details__title { color: var(--color-content-fg); } +.app-body .story__details__title { + font-weight: bold; +} .app-body .story:hover { background-color: var(--color-content-bg-focus); } diff --git a/TangerineUI.css b/TangerineUI.css index 6bd8d4a..2220560 100644 --- a/TangerineUI.css +++ b/TangerineUI.css @@ -3930,6 +3930,9 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu .app-body .story__details__title { color: var(--color-content-fg); } +.app-body .story__details__title { + font-weight: bold; +} .app-body .story:hover { background-color: var(--color-content-bg-focus); }