Skip to content

Commit 729c890

Browse files
committed
docs: improve formatting of code examples
1 parent 285c7f6 commit 729c890

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

docs/changelog.md

+1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ category: Administration
1818
* refactor: use Java 16 syntax for lists
1919
* refactor: extract logic for custom field name syntax
2020
* test: improve tests for custom field name logic
21+
* docs: improve formatting of code examples
2122

2223
### [24.11.0] - 2024-11-11
2324

docs/css/custom.css

+6
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,14 @@ h6 {
3131
font-size: 1.0rem; }
3232

3333
code {
34+
font-size: 13px;
35+
background: #e9eef6;
36+
border: 1px solid #e9eef6;
3437
white-space: pre-wrap; }
3538

39+
pre > code {
40+
padding: 1rem; }
41+
3642
.logo {
3743
max-height: 8rem;
3844
margin: 1rem; }

0 commit comments

Comments
 (0)