web/timeline: override code block background color

This commit is contained in:
Tulir Asokan 2024-10-21 22:13:20 +03:00
parent aae6e7496c
commit cc56633732

View file

@ -198,6 +198,11 @@ div.message-text {
div.html-body { div.html-body {
overflow: hidden; overflow: hidden;
pre.chroma {
/* TODO this may need to be undone if the color scheme is customizable */
background-color: inherit;
}
img.hicli-custom-emoji { img.hicli-custom-emoji {
vertical-align: middle; vertical-align: middle;
height: 24px; height: 24px;