From 690a526fcebd81395ae8f26dc8eb15ca8d119950 Mon Sep 17 00:00:00 2001 From: GreenB0t <58006778+GreenB0t@users.noreply.github.com> Date: Fri, 17 Jul 2026 12:27:24 +0100 Subject: [PATCH] fix missing font-size !important tag, matrix-terminal --- themes/matrix-terminal.sable.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/themes/matrix-terminal.sable.css b/themes/matrix-terminal.sable.css index 56f593b..323c5ff 100644 --- a/themes/matrix-terminal.sable.css +++ b/themes/matrix-terminal.sable.css @@ -27,9 +27,9 @@ fullThemeUrl: https://raw.githubusercontent.com/SableClient/themes/main/themes/m body.sable-remote-theme :is(.layout_MessageTextBody_jumboEmoji_none__1r9nvas1b, [class*="CustomHtml_Paragraph__1t9vo331"]) { - --custom-font-size1: 0.95rem; + --custom-font-size1: 0.92rem; --custom-line-height: 1.4; - font-size: var(--custom-font-size1); + font-size: var(--custom-font-size1) !important; line-height: var(--custom-line-height); }