From de82a67ab250ca2ad103ccf28041ff244698c008 Mon Sep 17 00:00:00 2001 From: Christian Fehmer Date: Mon, 15 Jan 2024 12:29:55 +0100 Subject: [PATCH] fix: ligatures not displayed correctly with dark_note theme (fehmer) (#4914) --- frontend/static/themes/dark_note.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/static/themes/dark_note.css b/frontend/static/themes/dark_note.css index 4f3594ba0..0c9f5a866 100644 --- a/frontend/static/themes/dark_note.css +++ b/frontend/static/themes/dark_note.css @@ -111,7 +111,7 @@ body::before { position: relative; } -#wordsWrapper .word letter::after { +#words:not(.withLigatures) .word letter::after { content: ""; position: absolute; top: 50%;