mirror of
https://github.com/SchildiChat/element-web.git
synced 2024-10-01 01:26:12 -04:00
poor man's dark theme for MD codeblocks
This commit is contained in:
parent
6374526f3c
commit
6369d76a74
@ -115,3 +115,12 @@ $progressbar-color: #000;
|
||||
.gm-scrollbar .thumb {
|
||||
filter: invert();
|
||||
}
|
||||
|
||||
.mx_EventTile_content .markdown-body pre,
|
||||
.mx_EventTile_content .markdown-body code {
|
||||
filter: invert();
|
||||
}
|
||||
|
||||
.mx_EventTile_content .markdown-body pre code {
|
||||
filter: none;
|
||||
}
|
Loading…
Reference in New Issue
Block a user