Update stylesheet for code and images

This commit is contained in:
2024-06-17 16:28:25 +02:00
父節點 ae83f65188
當前提交 787b2f9931

查看文件

@@ -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;
}