From 357751338451630f31a08d673914d451bd848149 Mon Sep 17 00:00:00 2001 From: mich-elle-luna <153109578+mich-elle-luna@users.noreply.github.com> Date: Tue, 25 Feb 2025 12:15:26 -0800 Subject: [PATCH] Update header.html noticed that folks are still clicking the Docs menu at the top when they are already in the docs --probably because it isn't bold font and it changes to bold on hover. So, this PR should make it appear bold all the time. --- layouts/partials/header.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/layouts/partials/header.html b/layouts/partials/header.html index ca4a4c24b..8e019c1c2 100644 --- a/layouts/partials/header.html +++ b/layouts/partials/header.html @@ -27,7 +27,7 @@ + class="font-bold">Docs @@ -110,4 +110,4 @@ document.getElementById(page + 'Page').classList.remove('hidden'); } } - \ No newline at end of file +