From 29a61e4af97a8e53e90c5c70602287fbd120c9ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20Mart=C3=ADnez=20Portela?= Date: Fri, 4 Apr 2025 10:10:29 +0200 Subject: [PATCH] Improve blog styling. --- static/style.css | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) 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; } }