From cc56633732d5edd0d0bb11a814a482b11bc342bb Mon Sep 17 00:00:00 2001 From: Tulir Asokan Date: Mon, 21 Oct 2024 22:13:20 +0300 Subject: [PATCH] web/timeline: override code block background color --- web/src/ui/timeline/TimelineEvent.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/web/src/ui/timeline/TimelineEvent.css b/web/src/ui/timeline/TimelineEvent.css index eb23f00..ca7fde1 100644 --- a/web/src/ui/timeline/TimelineEvent.css +++ b/web/src/ui/timeline/TimelineEvent.css @@ -198,6 +198,11 @@ div.message-text { div.html-body { overflow: hidden; + pre.chroma { + /* TODO this may need to be undone if the color scheme is customizable */ + background-color: inherit; + } + img.hicli-custom-emoji { vertical-align: middle; height: 24px;