From dc71f3714b5869cda390eb4d97430c202ffc8318 Mon Sep 17 00:00:00 2001 From: TanPat Date: Wed, 26 Nov 2025 20:41:36 +0530 Subject: [PATCH] style: change quote author colour to grey - changed quote author's namecolour to #666 grey --- src/ps/commands/quotes.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ps/commands/quotes.tsx b/src/ps/commands/quotes.tsx index 39a2210..0ba7214 100644 --- a/src/ps/commands/quotes.tsx +++ b/src/ps/commands/quotes.tsx @@ -195,7 +195,7 @@ function FormatQuote({ {addedBy && dateAdded && ( <> Added by  - +  on {dateAdded} )}