diff --git a/static/style.css b/static/style.css index 18bad8b..adc7904 100644 --- a/static/style.css +++ b/static/style.css @@ -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; } }