13 lines
366 B
Twig
13 lines
366 B
Twig
.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);
|
|
}
|