From 8a8d2d4dc4a4f19e20de93fbb01a8807ce49d5ed Mon Sep 17 00:00:00 2001 From: Will Faught Date: Thu, 23 Feb 2023 16:54:02 -0800 Subject: [PATCH] Use class selector syntax --- layouts/partials/paige/style.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/partials/paige/style.html b/layouts/partials/paige/style.html index c08aa983..216b3503 100644 --- a/layouts/partials/paige/style.html +++ b/layouts/partials/paige/style.html @@ -57,7 +57,7 @@ body, html { display: flex; } -.paige-figure > div > div[class="highlight"] > pre, .paige-figure > div > :last-child { +.paige-figure > div > .highlight > pre, .paige-figure > div > :last-child { margin-bottom: 0; }