From f0693c1822a5596ba4b80e77c633aaeb47e8e30d Mon Sep 17 00:00:00 2001 From: Peter Date: Wed, 19 Mar 2025 16:26:30 -0400 Subject: [PATCH] forgot to add the proper color for the background when the hamburger menu opens --- layouts/partials/custom-head.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/layouts/partials/custom-head.html b/layouts/partials/custom-head.html index d662967..f62110d 100644 --- a/layouts/partials/custom-head.html +++ b/layouts/partials/custom-head.html @@ -10,6 +10,9 @@ code { padding: 2px 4px; font-size: 90%; border-radius: 4px; background-color: # background: #312f2f; } +.headerLinks { + background: #312f2f; +} .postListItem { background: #312f2f; }