Improve blog styling.

This commit is contained in:
Sergio Martínez Portela 2025-04-04 10:10:29 +02:00
parent 115d75378a
commit 29a61e4af9

View File

@ -409,6 +409,10 @@ a.external::after {
}
/* Codehilite fix */
.codehilite {
overflow: auto;
}
.codehilitetable, .codehilitetable tr, .codehilitetable td {
border: none;
}
@ -807,11 +811,11 @@ tr.__table-separator {
/* Blog */
.blog {
background-color: #000;
background-color: #111;
}
article.post {
background-color: #222;
background-color: #303030;
}
}