mirror of
https://github.com/opencultureconsulting/php-basics.git
synced 2025-02-16 00:00:16 +01:00
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…
x
Reference in New Issue
Block a user