From 4b35f8174cc0f45672c87da2d383ec50bc3ba92f Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Tue, 7 Jan 2025 17:36:30 +0200 Subject: [PATCH] style(ck-mermaid): monospace font --- src/public/stylesheets/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/public/stylesheets/style.css b/src/public/stylesheets/style.css index e0d9deaeb..a57feaf91 100644 --- a/src/public/stylesheets/style.css +++ b/src/public/stylesheets/style.css @@ -793,6 +793,10 @@ div[data-notify="container"] { color: var(--muted-text-color); } +.ck-editor__editable .ck-mermaid__editing-view { + font-family: var(--monospace-font-family); +} + .ck-content .table table th { background-color: var(--accented-background-color); }