From 0e0dc8c6615c648f55727ce3b2c96560864b5b0f Mon Sep 17 00:00:00 2001 From: Pinapelz Date: Mon, 21 Apr 2025 11:48:21 -0700 Subject: change font for non-light/moe theme mode --- site/src/components/NewsFeed.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/src/components/NewsFeed.tsx b/site/src/components/NewsFeed.tsx index a5507a3..95183a1 100644 --- a/site/src/components/NewsFeed.tsx +++ b/site/src/components/NewsFeed.tsx @@ -54,7 +54,7 @@ export const NewsFeed: React.FC = ({ newsItems }) => { const contentToShow = isLong && !isExpanded ? displayContent.slice(0, PREVIEW_CHAR_LIMIT) + "…" : displayContent; return ( -
+
-- cgit v1.2.3