Add basica styling for include code blocks in rich text
This commit is contained in:
parent
9aa029af7a
commit
eeadb9e202
1 changed files with 6 additions and 0 deletions
|
@ -1590,6 +1590,12 @@ a.button.submit {
|
|||
font-size: 14px;
|
||||
}
|
||||
|
||||
code {
|
||||
font-size: 13px;
|
||||
background: #e8e8e8;
|
||||
padding: 2px 3px;
|
||||
}
|
||||
|
||||
img {
|
||||
padding: 20px;
|
||||
background-color: #f4f4ff;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue