Update stylesheet for code examples

This commit is contained in:
Rafal Kupiec 2024-06-17 17:15:24 +02:00
parent 5cb58ec854
commit f340ec1ad8
Signed by: belliash
GPG Key ID: 4E829243E0CFE6B4

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%;