mirror of
https://github.com/tulir/gomuks.git
synced 2025-04-19 18:13:41 -05:00
web/timeline: override code block background color
This commit is contained in:
parent
aae6e7496c
commit
cc56633732
1 changed files with 5 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue