From 2bede7d1e670728c8f043ad55e75eb05573ba827 Mon Sep 17 00:00:00 2001 From: Aroy-Art Date: Wed, 15 Jun 2022 16:34:17 +0200 Subject: [PATCH] Fix: blog preview text & bg color --- assets/css/style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/assets/css/style.css b/assets/css/style.css index faf7786..b306d67 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -1353,12 +1353,13 @@ pre.chroma { } .post-block { - background-color: #040b1e; + background-color: #0f1e31; margin-bottom: 10px; } .post-block .content { padding: 20px; + word-break: break-word; } .post-block .content h3 {