mirror of
https://github.com/wekan/wekan.git
synced 2025-09-22 01:50:48 +02:00
Fix Lines in multiline markdown code block to not anymore have darker background.
Thanks to mueller-ma and xet7 ! Fixes #5689
This commit is contained in:
parent
dbd1324a90
commit
b82ba63532
1 changed files with 3 additions and 2 deletions
|
@ -214,7 +214,7 @@ pre,
|
|||
code,
|
||||
tt {
|
||||
font-family: lucida console, monospace;
|
||||
line-height: 1.25em;
|
||||
line-height: 1.3em;
|
||||
}
|
||||
blockquote {
|
||||
margin: 8px 0 8px 8px;
|
||||
|
@ -438,7 +438,8 @@ a:not(.disabled).is-active i.fa {
|
|||
.viewer em {
|
||||
font-style: italic;
|
||||
}
|
||||
.viewer pre {
|
||||
.viewer pre,
|
||||
.viewer code {
|
||||
padding: 10px 12px 7px;
|
||||
background: #dedede;
|
||||
overflow-y: auto;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue