Improve style for code in documentation
This commit is contained in:
parent
102ac855b5
commit
940b68edfa
|
@ -1,3 +1,12 @@
|
|||
.phpdocumentor-table-of-contents .phpdocumentor-table-of-contents__entry.-documentation:before {
|
||||
content: 'D';
|
||||
}
|
||||
|
||||
code.prettyprint {
|
||||
background-color: var(--code-background-color);
|
||||
border: 1px solid #f0f0f0;
|
||||
border-radius: var(--border-radius-base-size);
|
||||
box-sizing: border-box;
|
||||
font-size: var(--text-sm);
|
||||
padding: var(--spacing-xxxs);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue