🩹 Fix mark color inside blockquote with heti disabled
This commit is contained in:
parent
e66910d64c
commit
6f6479495a
1 changed files with 4 additions and 0 deletions
|
@ -57,6 +57,10 @@ body{
|
||||||
border-radius: 2px;
|
border-radius: 2px;
|
||||||
background: #c8ccd0;
|
background: #c8ccd0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
mark { // fix color for mark inside blockquote
|
||||||
|
color: inherit;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
overflow-wrap: break-word;
|
overflow-wrap: break-word;
|
||||||
|
|
Loading…
Add table
Reference in a new issue