update header styling, add searchbar and implement it on every page

This commit is contained in:
Eric Blommel
2024-12-06 20:56:23 +01:00
parent 3f74d1a894
commit 0646b382ed
8 changed files with 154 additions and 161 deletions

View File

@@ -27,7 +27,7 @@ document.addEventListener('DOMContentLoaded', () => {
right: 0;
bottom: 0;
background: rgba(0, 0, 0, 0.5);
z-index: 45;
z-index: 30;
transition: opacity 0.3s ease;
`;
document.body.appendChild(overlay);