From 200bb31e0841b4d5c849ac979983dd836e230c25 Mon Sep 17 00:00:00 2001 From: John Preston Date: Thu, 14 Mar 2024 15:01:03 +0400 Subject: [PATCH] Fix theming in code blocks. --- Telegram/Resources/iv_html/page.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Telegram/Resources/iv_html/page.css b/Telegram/Resources/iv_html/page.css index 0e0b3322ad..ae3d646552 100644 --- a/Telegram/Resources/iv_html/page.css +++ b/Telegram/Resources/iv_html/page.css @@ -252,7 +252,7 @@ article pre.hljs { font-family: var(--font-mono); margin: 14px 0; padding: 7px 18px; - background: #F5F8FC; + background: var(--td-box-divider-bg); font-size: 16px; white-space: pre-wrap; word-wrap: break-word;