From cf35bd53bfe4520069b5bd0db14689ad77989074 Mon Sep 17 00:00:00 2001 From: Tanner Collin Date: Fri, 2 Jan 2026 22:11:26 +0000 Subject: [PATCH] style: Remove redundant font inheritance from comment button --- webclient/src/Style-light.css | 1 - 1 file changed, 1 deletion(-) diff --git a/webclient/src/Style-light.css b/webclient/src/Style-light.css index 58ae032..7f6811d 100644 --- a/webclient/src/Style-light.css +++ b/webclient/src/Style-light.css @@ -413,7 +413,6 @@ button.comment { border-radius: 4px; padding: 0.25rem 0.75rem; cursor: pointer; - font: inherit; color: inherit; }