Update stylesheet for code and images

This commit is contained in:
Rafal Kupiec 2024-06-17 16:28:25 +02:00
parent ae83f65188
commit 787b2f9931
Signed by: belliash
GPG Key ID: 4E829243E0CFE6B4

View File

@ -80,6 +80,21 @@ img {
vertical-align : middle;
}
pre {
background-color : #3C3C3C;
border-color : #3D3D3D;
border-radius : 4px;
color : #ECECEC;
display : block;
font-size : 13px;
line-height : 1.42857143;
margin : 0 0 10px;
overflow : auto;
padding : 9.5px;
word-break : break-all;
word-wrap : break-word;
}
.content {
font-size : 14px;
margin-left : 30%;
@ -87,6 +102,14 @@ img {
margin-top : 1.5em;
}
.content img {
border : 0px;
display : block;
margin : auto;
vertical-align : middle;
text-align : center;
}
.content li {
list-style-type : square;
}