Improve blog styling.
This commit is contained in:
parent
115d75378a
commit
29a61e4af9
@ -409,6 +409,10 @@ a.external::after {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* Codehilite fix */
|
/* Codehilite fix */
|
||||||
|
.codehilite {
|
||||||
|
overflow: auto;
|
||||||
|
}
|
||||||
|
|
||||||
.codehilitetable, .codehilitetable tr, .codehilitetable td {
|
.codehilitetable, .codehilitetable tr, .codehilitetable td {
|
||||||
border: none;
|
border: none;
|
||||||
}
|
}
|
||||||
@ -807,11 +811,11 @@ tr.__table-separator {
|
|||||||
|
|
||||||
/* Blog */
|
/* Blog */
|
||||||
.blog {
|
.blog {
|
||||||
background-color: #000;
|
background-color: #111;
|
||||||
}
|
}
|
||||||
|
|
||||||
article.post {
|
article.post {
|
||||||
background-color: #222;
|
background-color: #303030;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user