From 3d7e917a4619d47374ca4e245c5d433db9d9644f Mon Sep 17 00:00:00 2001 From: rossamurphy Date: Sun, 20 Oct 2024 14:07:34 +0100 Subject: [PATCH] atomic PR which makes Blockquotes and Foonotes easier to read in Dark mode. --- src/_includes/layouts/post.vto | 4 ++-- src/styles.css | 9 +++++++++ 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/src/_includes/layouts/post.vto b/src/_includes/layouts/post.vto index 314d4b0..c9189b1 100644 --- a/src/_includes/layouts/post.vto +++ b/src/_includes/layouts/post.vto @@ -9,7 +9,7 @@ bodyClass: body-post {{ include "templates/post-details.vto" }} - {{ if toc.length }} + {{ if toc?.length }}