update header styling, add searchbar and implement it on every page
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user