From 24f202440eb66e87b80bd45c1df919e274b93c41 Mon Sep 17 00:00:00 2001 From: Aadil Ayub Date: Wed, 13 Apr 2022 22:58:57 +0500 Subject: [PATCH] yak shaving --- themes/lumbung-theme/layouts/_default/baseof.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/lumbung-theme/layouts/_default/baseof.html b/themes/lumbung-theme/layouts/_default/baseof.html index 0cc7cc2..e2cc5e4 100644 --- a/themes/lumbung-theme/layouts/_default/baseof.html +++ b/themes/lumbung-theme/layouts/_default/baseof.html @@ -29,7 +29,7 @@ document.querySelector('#thumb-'+ id).remove(); } - // remove black box around "previous" page nav link (couldn't handle this with CSS nth-child) + // remove box around "previous" page nav link (couldn't handle this with CSS nth-child) document.querySelector('[aria-label="Previous"]').parentElement.classList.add('previous-page-link') // for toggling submenus in mobile navigation drawer