From 986187141eb25ba3f2e591d8f7713a2c6bbb45ff Mon Sep 17 00:00:00 2001 From: Lim Chee Aun Date: Sun, 5 Nov 2023 09:10:36 +0800 Subject: [PATCH] Make text inside replies button bolder --- src/app.css | 6 +++++- src/pages/status.jsx | 4 ++-- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/src/app.css b/src/app.css index 9f31a602..a196c571 100644 --- a/src/app.css +++ b/src/app.css @@ -552,7 +552,6 @@ a[href^='http'][rel*='nofollow']:visited:not(:has(div)) { border-radius: 8px; cursor: pointer; text-transform: uppercase; - font-weight: 500; font-size: 12px; color: var(--text-insignificant-color); user-select: none; @@ -560,6 +559,11 @@ a[href^='http'][rel*='nofollow']:visited:not(:has(div)) { position: relative; list-style: none; white-space: nowrap; + + b { + font-weight: 500; + color: var(--text-color); + } } .timeline.contextual > li .replies > .replies-summary::-webkit-details-marker { display: none; diff --git a/src/pages/status.jsx b/src/pages/status.jsx index 91f9ba18..e8de6597 100644 --- a/src/pages/status.jsx +++ b/src/pages/status.jsx @@ -1280,11 +1280,11 @@ function SubComments({ /> ))} - + {shortenNumber(replies.length)}{' '} repl {replies.length === 1 ? 'y' : 'ies'} - + {!sameCount && totalComments > 1 && ( <> {' '}