Change the style of code blocks.

This commit is contained in:
Sergiu Ivanov 2018-09-23 01:01:10 +02:00
parent 461ac602b7
commit d64ea80a8d

View File

@ -133,3 +133,9 @@ h1.title {
line-height: 1.3em;
text-align: left;
}
pre.example {
padding: 8px 5px 8px 30px;
background-color: cornsilk;
border-radius: 5px;
}