forgot to add the proper color for the background when the hamburger menu opens

This commit is contained in:
Peter 2025-03-19 16:26:30 -04:00
parent 4999a44823
commit f0693c1822

View file

@ -10,6 +10,9 @@ code { padding: 2px 4px; font-size: 90%; border-radius: 4px; background-color: #
background: #312f2f; background: #312f2f;
} }
.headerLinks {
background: #312f2f;
}
.postListItem { .postListItem {
background: #312f2f; background: #312f2f;
} }