Improve style for code in documentation

This commit is contained in:
Sebastian Meyer 2024-02-11 16:19:41 +01:00
parent 102ac855b5
commit 940b68edfa
1 changed files with 9 additions and 0 deletions

View File

@ -1,3 +1,12 @@
.phpdocumentor-table-of-contents .phpdocumentor-table-of-contents__entry.-documentation:before { .phpdocumentor-table-of-contents .phpdocumentor-table-of-contents__entry.-documentation:before {
content: 'D'; 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);
}