From b50a6e57b65a2912c67f4b1a4c25358fe28bfcaa Mon Sep 17 00:00:00 2001 From: Jason Zimdars Date: Wed, 28 May 2025 09:29:44 -0500 Subject: [PATCH] Typo --- app/assets/stylesheets/rich-text-content.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/stylesheets/rich-text-content.css b/app/assets/stylesheets/rich-text-content.css index 3fcd9c7f4..f0ffe2136 100644 --- a/app/assets/stylesheets/rich-text-content.css +++ b/app/assets/stylesheets/rich-text-content.css @@ -114,7 +114,7 @@ text-align: start; strong { - color: tx(--color-ink); + color: var(--color-ink); } } }