New design for codeblocks
This commit is contained in:
parent
1aa92436e8
commit
3ebe07d84a
1 changed files with 5 additions and 5 deletions
|
@ -91,9 +91,9 @@ a:hover {
|
||||||
}
|
}
|
||||||
|
|
||||||
.post-content pre {
|
.post-content pre {
|
||||||
|
margin-left: 0.4rem;
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
background-color: #333;
|
border-left: 0.4rem solid #89cff0;
|
||||||
color: #fff;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.pagination {
|
.pagination {
|
||||||
|
@ -112,9 +112,9 @@ a:hover {
|
||||||
blockquote {
|
blockquote {
|
||||||
-moz-box-sizing: border-box;
|
-moz-box-sizing: border-box;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
margin: 1.75em 0 1.75em 0;
|
margin: 1.75rem 0 1.75rem 0.4rem;
|
||||||
padding: 0 0 0 1.75em;
|
padding: 0 0 0 1.75rem;
|
||||||
border-left: #FFC0CB 0.4em solid;
|
border-left: #FFC0CB 0.4rem solid;
|
||||||
}
|
}
|
||||||
|
|
||||||
.post .post-content {
|
.post .post-content {
|
||||||
|
|
Loading…
Add table
Reference in a new issue