From 0569c56128e539bb828ac4c03ca9ab336b6894a2 Mon Sep 17 00:00:00 2001 From: tastytea Date: Mon, 13 Sep 2021 09:33:00 +0200 Subject: [PATCH] Change background-color of titles above code examples. This should make it clearer that the title belongs to the code and not the preceding text. --- assets/blog.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/assets/blog.css b/assets/blog.css index 096195c..0126158 100644 --- a/assets/blog.css +++ b/assets/blog.css @@ -336,3 +336,9 @@ kbd { outline: 0.01em dotted var(--fg-dim); } + +/* Includes title above code examples */ +.listingblock +{ + background-color: var(--bg-dark); +}