From ea04b3e097b9d6bb13a4bb026c5815a7906a3237 Mon Sep 17 00:00:00 2001 From: Krystian Sienkiewicz Date: Sun, 19 Jul 2026 00:54:15 +0200 Subject: [PATCH] fix(web): headings font color inheritance --- src/web/EnrichedText.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/web/EnrichedText.css b/src/web/EnrichedText.css index eac81a8b2..706b8a02e 100644 --- a/src/web/EnrichedText.css +++ b/src/web/EnrichedText.css @@ -47,6 +47,7 @@ font-weight: var(--et-h1-font-weight); margin: 0; line-height: normal; + color: inherit; } .eti-editor h2, .et-view h2 { @@ -54,6 +55,7 @@ font-weight: var(--et-h2-font-weight); margin: 0; line-height: normal; + color: inherit; } .eti-editor h3, .et-view h3 { @@ -61,6 +63,7 @@ font-weight: var(--et-h3-font-weight); margin: 0; line-height: normal; + color: inherit; } .eti-editor h4, .et-view h4 { @@ -68,6 +71,7 @@ font-weight: var(--et-h4-font-weight); margin: 0; line-height: normal; + color: inherit; } .eti-editor h5, .et-view h5 { @@ -75,6 +79,7 @@ font-weight: var(--et-h5-font-weight); margin: 0; line-height: normal; + color: inherit; } .eti-editor h6, .et-view h6 { @@ -82,6 +87,7 @@ font-weight: var(--et-h6-font-weight); margin: 0; line-height: normal; + color: inherit; } .eti-editor blockquote,