From 03c61beba5e3f210bf200604098b824c93010584 Mon Sep 17 00:00:00 2001 From: Will Faught Date: Thu, 12 Jan 2023 22:35:22 -0800 Subject: [PATCH] Remove display-based header link hover effect --- layouts/partials/paige/style.html | 4 ---- 1 file changed, 4 deletions(-) diff --git a/layouts/partials/paige/style.html b/layouts/partials/paige/style.html index 3c2f6f34..1adf7613 100644 --- a/layouts/partials/paige/style.html +++ b/layouts/partials/paige/style.html @@ -17,10 +17,6 @@ section[class="paige-content"] > blockquote p:last-of-type { margin-bottom: 0; } -h1:hover .paige-header-link, h2:hover .paige-header-link, h3:hover .paige-header-link, h4:hover .paige-header-link, h5:hover .paige-header-link, h6:hover .paige-header-link { - display: inline; -} - section[class="paige-content"] > div { margin-bottom: 1rem; }