fix css a bit
This commit is contained in:
parent
f7504c7425
commit
4165a5c34b
@ -37,7 +37,9 @@ textarea {
|
||||
padding: 10px 10px;
|
||||
}
|
||||
|
||||
pre > p {
|
||||
pre {
|
||||
background: #3f3f3f;
|
||||
color: #d17600;
|
||||
display: block-inline;
|
||||
overflow-wrap: break-word;
|
||||
}
|
||||
@ -218,11 +220,6 @@ html {
|
||||
box-shadow: 1px 1px 3px black;
|
||||
}
|
||||
|
||||
.post_body > pre {
|
||||
background: #3f3f3f;
|
||||
color: #d17600;
|
||||
}
|
||||
|
||||
.post_body > p {
|
||||
margin: 0px 0px;
|
||||
}
|
||||
|
Reference in New Issue
Block a user