You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
343 B
19 lines
343 B
@import "../../ckeditor/contents.css";
|
|
|
|
code {
|
|
color: #3d3d3d;
|
|
background: #e0e0e0;
|
|
border-radius: 2px;
|
|
padding: 0 5px;
|
|
}
|
|
pre > code {
|
|
background-color: #fafafa;
|
|
padding: 5px;
|
|
display: block;
|
|
line-height: normal;
|
|
border: 1px solid #c7c7c7;
|
|
border-left-width: 4px;
|
|
max-width: 100%;
|
|
white-space: pre;
|
|
overflow: auto;
|
|
}
|
|
|