Update stylesheet for code examples

This commit is contained in:
2024-06-17 17:15:24 +02:00
parent 5cb58ec854
commit f340ec1ad8

View File

@@ -53,6 +53,11 @@ body {
padding : 0;
}
code {
color : #186196;
font-weight : bold;
}
h1 {
font-size : 28px;
margin-top : 8px;
@@ -95,6 +100,11 @@ pre {
word-wrap : break-word;
}
pre code {
color : #ECECEC;
font-weight : normal;
}
.content {
font-size : 14px;
margin-left : 30%;